Chore: change Git user
Reference: https://github.com/Loyalsoldier/geoip/pull/9pull/43/head 202103190440
parent
18c612c4e9
commit
fcf4f979dc
|
@ -118,8 +118,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd publish
|
cd publish
|
||||||
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 .
|
git add .
|
||||||
git commit -m "${{ env.RELEASE_NAME }}"
|
git commit -m "${{ env.RELEASE_NAME }}"
|
||||||
|
|
Loading…
Reference in New Issue