Skip to content

Commit

Permalink
build: change setup of the author of commit to commiter
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed Jun 24, 2024
1 parent c19a9c3 commit 1e88926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: EndBug/add-and-commit@v9
if: steps.check_prefix.outputs.prefix_found == '1'
with:
author_name: 🤖 CompileBot
author_email: CompileBot@happyrobots.com
committer_name: 🤖 CompileBot
committer_email: CompileBot@happyrobots.com
message: 'chore: update README.md'
add: 'README.md'

0 comments on commit 1e88926

Please sign in to comment.