From 80c8fe5fb32cd1e1b866e2d0d0d34cb1ba492586 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Mar 2020 14:42:09 +0900 Subject: [PATCH] ci: Add GitHub Actions bot as committer --- .github/workflows/test-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index ff103af..7bad929 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -87,8 +87,8 @@ jobs: allow_empty_commit: true # keep_files: true # force_orphan: true - # user_name: iris - # user_email: email@peaceiris.com + user_name: GitHub Actions + 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 }} # tag_message: 'Deployment ${{ steps.prepare_tag.outputs.tag_name }}'