diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 2e7a0e9db..e162106f3 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -26,6 +26,8 @@ jobs: with: folder: build clean: true + git-config-name: github-actions[bot] + git-config-email: 41898282+github-actions[bot]@users.noreply.github.com - name: Debug index.html if pull request if: github.event_name == 'pull_request' run: |