docs: fix user_name

This commit is contained in:
Shohei Ueda 2020-03-08 15:33:14 +09:00 committed by GitHub
parent 860ed1944f
commit eb73e9cb9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'
```