docs: fix user_name

This commit is contained in:
Shohei Ueda
2020-03-08 15:36:36 +09:00
committed by GitHub
parent f3b165fbe1
commit 9571d29e0d

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[bot]
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
```