Skip to content

Commit b4c00b6

Browse files
committed
fix user id
1 parent 445a360 commit b4c00b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hourly-sitegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535
publish_dir: ./docs # The folder generated by your build process
36-
commit_user_name: github-actions[bot]
37-
commit_user_email: github-actions[bot]@users.noreply.github.com
36+
user_name: 'github-actions[bot]'
37+
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)