Skip to content

Commit

Permalink
Merge pull request #1451 from cewert/use-jfbot-for-autoupdate-docs-co…
Browse files Browse the repository at this point in the history
…mmits
  • Loading branch information
cewert authored Oct 28, 2023
2 parents f0a6361 + 847729f commit 2ed966e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
# use jellyfin-bot to author the changes instead of the default author of the merge commit
commit_author: jellyfin-bot <[email protected]>

0 comments on commit 2ed966e

Please sign in to comment.