We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445a360 commit b4c00b6Copy full SHA for b4c00b6
.github/workflows/hourly-sitegen.yml
@@ -33,5 +33,5 @@ jobs:
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
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
+ user_name: 'github-actions[bot]'
+ user_email: 'github-actions[bot]@users.noreply.github.com'
0 commit comments