Merge pull request #1451 from cewert/use-jfbot-for-autoupdate-docs-commits
This commit is contained in:
commit
2ed966edad
5
.github/workflows/build-docs.yml
vendored
5
.github/workflows/build-docs.yml
vendored
|
@ -27,3 +27,8 @@ jobs:
|
||||||
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5
|
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5
|
||||||
with:
|
with:
|
||||||
commit_message: Update API docs
|
commit_message: Update API docs
|
||||||
|
# use jellyfin-bot to commit the changes instead of the default github-actions[bot]
|
||||||
|
commit_user_name: jellyfin-bot
|
||||||
|
commit_user_email: team@jellyfin.org
|
||||||
|
# use jellyfin-bot to author the changes instead of the default author of the merge commit
|
||||||
|
commit_author: jellyfin-bot <team@jellyfin.org>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user