diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 4ebd837..89ccf04 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -86,6 +86,7 @@ jobs: run: | if [ "${{ steps.check_changes.outputs.changed }}" == "true" ]; then git config --local user.name "Issues Docs [BOT]" + git config --local user.email "github-actions[bot]@users.noreply.github.com" git add . git commit -m "Auto-Generate docs 🤖" git push