mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-09 16:12:19 +00:00
fix commit author info
This commit is contained in:
parent
363cfdb51a
commit
69f0c29e3b
2 changed files with 6 additions and 0 deletions
3
.github/workflows/fetch-now.yml
vendored
3
.github/workflows/fetch-now.yml
vendored
|
@ -25,5 +25,8 @@ jobs:
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: 'fetch /now page'
|
commit_message: 'fetch /now page'
|
||||||
|
commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
|
||||||
|
commit_user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||||
|
commit_user_name: 'github-actions[bot]'
|
||||||
file_pattern: 'now.md'
|
file_pattern: 'now.md'
|
||||||
|
|
||||||
|
|
3
.github/workflows/fetch-web.yml
vendored
3
.github/workflows/fetch-web.yml
vendored
|
@ -28,5 +28,8 @@ jobs:
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: 'fetch web page'
|
commit_message: 'fetch web page'
|
||||||
|
commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
|
||||||
|
commit_user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||||
|
commit_user_name: 'github-actions[bot]'
|
||||||
file_pattern: 'web.md web.css web_head.html'
|
file_pattern: 'web.md web.css web_head.html'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue