Skip to content

Commit facb0f3

Browse files
authored
Update test-coverage.yml
1 parent 0627251 commit facb0f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-coverage.yml

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

0 commit comments

Comments
 (0)