From 8b85ccf4e9133ff8b5e861c6e9a18e945a7e6d50 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Thu, 1 Apr 2021 17:18:09 +0800 Subject: [PATCH] Chore: change Git user (#491) Reference: https://github.com/Loyalsoldier/geoip/pull/9 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29865cd6..743cc426 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,8 +50,8 @@ jobs: - name: Git push assets to "release" branch run: | 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 *.txt *.sha256sum dlc.dat dlc.dat.zip dlc.dat.xz git commit -m "${{ env.RELEASE_NAME }}"