Skip to content

Commit

Permalink
Üres entrypoint teszt még
Browse files Browse the repository at this point in the history
  • Loading branch information
bzolka committed Oct 16, 2023
1 parent 5ad5327 commit bb7c389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Deploy docs
uses: ./
with:
entrypoint: '''' # This does not do anything, does not unset the entrypoint
entrypoint: """""" # This does not do anything, does not unset the entrypoint
args: sh -c "git config --global user.name github-actions[bot];git config --global user.email "github-actions[bot]@users.noreply.github.com";mike deploy --push 2024" # the git config is still not available for mike

0 comments on commit bb7c389

Please sign in to comment.