diff --git a/.github/workflows/fix-code-style.yml b/.github/workflows/fix-code-style.yml index 5870b8e5bd..38a100e289 100644 --- a/.github/workflows/fix-code-style.yml +++ b/.github/workflows/fix-code-style.yml @@ -26,5 +26,8 @@ jobs: - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4 with: + commit_user_name: "GitHub Action" + commit_user_email: "action@github.com" + commit_author: "Author " commit_message: > chore: fix code style