Skip to content

Commit

Permalink
ci: Use github-actions bot email account and user
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Jul 11, 2024
1 parent 057d1ec commit bba5557
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
with:
branch: gh-pages
folder: build # The folder the action should deploy.
git-config-email: ''
git-config-name: 'actions-user'
# source: https://github.com/actions/checkout/pull/1184/files
git-config-email: '41898282+github-actions[bot]@users.noreply.github.com'
git-config-name: 'github-actions[bot]'
if: github.event_name != 'pull_request'

0 comments on commit bba5557

Please sign in to comment.