Skip to content

Commit 6927c6f

Browse files
authored
Update test-coverage.yml
1 parent 215ce89 commit 6927c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Commit the badge (if it changed)
3333
run: |
3434
if [[ `git status --porcelain` ]]; then
35-
git config --global user.name 'Github workflow'
36-
git config --global user.email 'nowhere@gmail.com'
35+
git config --global user.name 'github-actions[bot]'
36+
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
3737
git add -A
3838
git commit -m "Autogenerated JaCoCo coverage badge"
3939
git push

0 commit comments

Comments
 (0)