diff --git a/.github/workflows/pre_commit.yaml b/.github/workflows/pre_commit.yaml index ad7cfbd..8859a85 100644 --- a/.github/workflows/pre_commit.yaml +++ b/.github/workflows/pre_commit.yaml @@ -30,8 +30,8 @@ jobs: SKIP: "no-commit-to-branch" # if not skipped, will always fail on main - name: Push changes run: | - git config --global user.name "github-actions" - git config --global user.email "github-actions@github.com" + git config --global user.name "github-actions[bot]" + git config --global user.email "github-actions[bot]@users.noreply.github.com" git add . if git diff-index --quiet HEAD; then echo "No changes were made"