mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-11-01 23:00:55 +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
|
- uses: actions/checkout@v4
|
||||||
- name: Commit PR
|
- name: Commit PR
|
||||||
run: |
|
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 && \
|
wget -O pr.patch https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}.patch && \
|
||||||
git am -3 pr.patch &&
|
git am -3 pr.patch &&
|
||||||
rm -rf pr.patch
|
rm -rf pr.patch
|
||||||
|
|||||||
Reference in New Issue
Block a user