Chore: change Git user

Reference: https://github.com/Loyalsoldier/geoip/pull/9
This commit is contained in:
Loyalsoldier 2021-03-19 12:41:53 +08:00 committed by GitHub
parent 2e8cc00089
commit 378d76dda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,8 +129,8 @@ jobs:
run: |
cd publish
git init
git config --local user.name "actions"
git config --local user.email "action@github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -b release
git add .
git commit -m "${{ env.RELEASE_NAME }}"