Skip to content

Commit

Permalink
fix: use correct git info for stryker-mutator bot (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk authored Jan 29, 2024
1 parent 901d0e9 commit ccdc34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: sbt "docs/mdoc"
- name: Commit
run: |
git config --global user.name 'Stryker Mutator NPA'
git config --global user.email '[email protected]'
git config --global user.name "stryker-mutator[bot]"
git config --global user.email 158062761+stryker-mutator[bot]@users.noreply.github.com
git pull
git add .
git commit -m "docs: update docs"
Expand Down

0 comments on commit ccdc34c

Please sign in to comment.