1
0
mirror of https://github.com/MetaCubeX/meta-rules-dat.git synced 2025-11-03 17:46:54 +08:00

Chore: change Git user

Reference: https://github.com/Loyalsoldier/geoip/pull/9
This commit is contained in:
Loyalsoldier
2021-03-19 12:38:09 +08:00
committed by GitHub
parent ac755bf110
commit 2af1272d91

View File

@@ -192,8 +192,8 @@ jobs:
run: |
cd publish || exit 1
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 }}"