Update user in verify

This commit is contained in:
Shiming Zhang 2024-06-20 10:04:13 +08:00
parent a3e5ab99dd
commit 54df1fd0a8
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ jobs:
- uses: actions/checkout@v4
- name: Commit PR
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 && \
git am -3 pr.patch &&
rm -rf pr.patch