From f3b165fbe1a9ec4c9bd8b435ee13fc7cb10ef42a Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Mar 2020 15:33:52 +0900 Subject: [PATCH] ci: fix user_name --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index fe7c9fd29..7243765a1 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -87,7 +87,7 @@ jobs: allow_empty_commit: true # keep_files: true # force_orphan: true - user_name: github-actions + user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' # commit_message: ${{ github.event.head_commit.message }} # tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }}