Skip to content

Commit 538dfa0

Browse files
committed
fix user id again
1 parent b4c00b6 commit 538dfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hourly-sitegen.yml

Lines changed: 1 addition & 1 deletion
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-
user_name: 'github-actions[bot]'
36+
user_name: 'github-actions[bot]' # user name to show in commit log
3737
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)