Skip to content

Commit

Permalink
[Chore] Fix autoupdate commit author
Browse files Browse the repository at this point in the history
Problem: Currently scheduled job commits use the last real committer as
author instead of serokell-bot.

Solution: Set serokell-bot as commit author.
  • Loading branch information
Sereja313 committed Mar 20, 2024
1 parent ec6db29 commit 3921dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
with:
commit_user_name: serokell-bot
commit_user_email: [email protected]
commit_author: serokell-bot <[email protected]>
commit_message: "Update nixfmt input"
file_pattern: "flake.lock"

0 comments on commit 3921dc6

Please sign in to comment.