Fix (#191)
This commit is contained in:
parent
9304fa0b50
commit
6469c068fc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue