From a8269771dfdbe5b32572b616bb41a7836a281bbf Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Mon, 22 Jun 2020 17:58:55 +0800 Subject: [PATCH] Change git commit user to @actions --- .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 bcef6ba..a137fea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -167,8 +167,8 @@ jobs: run: | cd publish git init - git config --local user.name "${{ github.actor }}" - git config --local user.email "${{ github.actor }}@users.noreply.github.com" + git config --local user.name "actions" + git config --local user.email "actions@users.noreply.github.com" git checkout -b release git add . git commit -m "${{ env.RELEASE_NAME }}"