mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 03:38:28 +08:00
Update user in verify
This commit is contained in:
3
.github/workflows/verify-pr.yml
vendored
3
.github/workflows/verify-pr.yml
vendored
@@ -22,7 +22,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Commit PR
|
||||
run: |
|
||||
git config --global user.name "bot"
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
wget -O pr.patch https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}.patch && \
|
||||
git am -3 pr.patch &&
|
||||
rm -rf pr.patch
|
||||
|
Reference in New Issue
Block a user