We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0627251 commit facb0f3Copy full SHA for facb0f3
1 file changed
.github/workflows/test-coverage.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: Commit the badge (if it changed)
29
run: |
30
if [[ `git status --porcelain` ]]; then
31
- git config --global user.name 'Github workflow'
32
- git config --global user.email 'nowhere@gmail.com'
+ git config --global user.name 'github-actions[bot]'
+ git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
33
git add -A
34
git commit -m "Autogenerated JaCoCo coverage badge"
35
git push
0 commit comments