use jellyfin-bot to commit and author Update API docs commits

This commit is contained in:
Charles Ewert 2023-10-28 15:03:48 -04:00
parent c0d710ae5e
commit 847729fcae

View File

@ -27,3 +27,8 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5
with:
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>