From f0c5eded7d5648e632a79d3c968fea5530b9e5d0 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Fri, 19 Mar 2021 12:35:02 +0800 Subject: [PATCH] Chore: change Git user (#803) --- .github/workflows/updateGeofile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updateGeofile.yml b/.github/workflows/updateGeofile.yml index 64d6e32c1..1a4ef1a5b 100644 --- a/.github/workflows/updateGeofile.yml +++ b/.github/workflows/updateGeofile.yml @@ -19,7 +19,7 @@ jobs: - name: push run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" git commit -am "update geoip, geosite" git push -v --progress