Chore: change Git user (#491)
Reference: https://github.com/Loyalsoldier/geoip/pull/9
This commit is contained in:
parent
42435eef26
commit
8b85ccf4e9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -50,8 +50,8 @@ jobs:
|
|||||||
- name: Git push assets to "release" branch
|
- name: Git push assets to "release" branch
|
||||||
run: |
|
run: |
|
||||||
git init
|
git init
|
||||||
git config --local user.name "actions"
|
git config --local user.name "github-actions[bot]"
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git checkout -b release
|
git checkout -b release
|
||||||
git add *.txt *.sha256sum dlc.dat dlc.dat.zip dlc.dat.xz
|
git add *.txt *.sha256sum dlc.dat dlc.dat.zip dlc.dat.xz
|
||||||
git commit -m "${{ env.RELEASE_NAME }}"
|
git commit -m "${{ env.RELEASE_NAME }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user