Skip to content

Commit aa9bc1f

Browse files
authored
👷 Use PR Push commit identity (#489)
1 parent b4411ec commit aa9bc1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
env:
7575
PR_PUSH_TOKEN: ${{ steps.pr-push.outputs.token }}
7676
run: |
77-
git config user.name "github-actions[bot]"
78-
git config user.email "github-actions[bot]@users.noreply.github.com"
77+
git config user.name "pr-push[bot]"
78+
git config user.email "pr-push[bot]@users.noreply.github.com"
7979
git remote set-url origin "https://x-access-token:${PR_PUSH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
8080
git add -A
8181
if git diff --staged --quiet; then

0 commit comments

Comments
 (0)