There was an error while loading. Please reload this page.
1 parent b4411ec commit aa9bc1fCopy full SHA for aa9bc1f
1 file changed
.github/workflows/pre-commit.yml
@@ -74,8 +74,8 @@ jobs:
74
env:
75
PR_PUSH_TOKEN: ${{ steps.pr-push.outputs.token }}
76
run: |
77
- git config user.name "github-actions[bot]"
78
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "pr-push[bot]"
+ git config user.email "pr-push[bot]@users.noreply.github.com"
79
git remote set-url origin "https://x-access-token:${PR_PUSH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
80
git add -A
81
if git diff --staged --quiet; then
0 commit comments