This commit is contained in:
Shiming Zhang 2022-08-17 23:19:09 +08:00 committed by GitHub
parent 9304fa0b50
commit 6469c068fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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