mirror of
https://github.com/fastapi/fastapi.git
synced 2026-09-12 21:38:39 -04:00
👷 Use PR Push commit identity (#16164)
This commit is contained in:
1 parent
4ea76759a6
commit
f551e5b23c
1 file changed
+2
-2
@@ -74,8 +74,8 @@ jobs:
|
||||
env:
|
||||
PR_PUSH_TOKEN: ${{ steps.pr-push.outputs.token }}
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
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"
|
||||
git remote set-url origin "https://x-access-token:${PR_PUSH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
||||
git add -A
|
||||
if git diff --staged --quiet; then
|
||||
|
||||
Reference in new issue
Block a user