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