From eb73e9cb9d8ed1656b67a83c37e7dc1bc9c0dc00 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Mar 2020 15:33:14 +0900 Subject: [PATCH] docs: fix user_name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 687d80e..30d319c 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ A commit is always created with the same user. with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public - user_name: github-actions + user_name: github-actions[bot] user_email: 'github-actions[bot]@users.noreply.github.com' ```