mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-09-23 12:19:18 +08:00
Fix (#191)
This commit is contained in:
1
.github/workflows/verify-pr.yml
vendored
1
.github/workflows/verify-pr.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Commit PR
|
- name: Commit PR
|
||||||
run: |
|
run: |
|
||||||
|
git config --global user.name "bot"
|
||||||
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