Skip to content

Commit 9571d29

Browse files
authored
docs: fix user_name
1 parent f3b165f commit 9571d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ A commit is always created with the same user.
327327
with:
328328
github_token: ${{ secrets.GITHUB_TOKEN }}
329329
publish_dir: ./public
330-
user_name: github-actions[bot]
330+
user_name: 'github-actions[bot]'
331331
user_email: 'github-actions[bot]@users.noreply.github.com'
332332
```
333333

0 commit comments

Comments
 (0)