Update user in verify
This commit is contained in:
parent
a3e5ab99dd
commit
54df1fd0a8
|
@ -22,7 +22,8 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Commit PR
|
- name: Commit PR
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "bot"
|
git config --global user.name "github-actions[bot]"
|
||||||
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
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