diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b75dc8..b2eb982 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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'