mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-09 15:06:59 +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
|
||||
- name: Commit PR
|
||||
run: |
|
||||
git config --global user.name "bot"
|
||||
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