Chore: change Git user ()

Reference: https://github.com/Loyalsoldier/geoip/pull/9
This commit is contained in:
Loyalsoldier 2021-04-01 17:18:09 +08:00 committed by GitHub
parent 42435eef26
commit 8b85ccf4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,8 +50,8 @@ jobs:
- name: Git push assets to "release" branch
run: |
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 *.txt *.sha256sum dlc.dat dlc.dat.zip dlc.dat.xz
git commit -m "${{ env.RELEASE_NAME }}"