From fcf4f979dc3c2f4d98fa7415ba402868a41a3aa7 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Fri, 19 Mar 2021 12:40:06 +0800 Subject: [PATCH] Chore: change Git user Reference: https://github.com/Loyalsoldier/geoip/pull/9 --- .github/workflows/run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index c305ee5..e396d28 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -118,8 +118,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 }}"