From 1e0bafc21f14062bdf5cd49fcaa34833a4f72c6b 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-user --- .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..3cf8b23 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 "action@github.com" git checkout -b release git add . git commit -m "${{ env.RELEASE_NAME }}"