diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 1c23b1ef..d45364ef 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,8 +23,8 @@ jobs: - name: Commit changes run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name 'github-actions[bot]' + git config user.email 'github-actions[bot]@users.noreply.github.com' git add . git commit -m "Format code with Prettier" git push