From 762f6da82d78c5a1f8c5b8534f7e840e873674f3 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Mar 2020 14:44:04 +0900 Subject: [PATCH] ci: Add bot as committer --- .github/workflows/deploy-github-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 4df21dad8..4fa7215c9 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -47,4 +47,5 @@ jobs: #deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./exampleSite/public - force_orphan: true + user_name: GitHub Actions + user_email: 'github-actions[bot]@users.noreply.github.com'