This commit is contained in:
Shiming Zhang
2022-08-17 23:19:09 +08:00
committed by GitHub
parent 9304fa0b50
commit 6469c068fc

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