docs: fix user_name

This commit is contained in:
Shohei Ueda 2020-03-08 15:31:05 +09:00 committed by GitHub
parent 945c44d50a
commit 860ed1944f
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
user_email: 'github-actions[bot]@users.noreply.github.com'
```