We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215ce89 commit 6927c6fCopy full SHA for 6927c6f
1 file changed
.github/workflows/test-coverage.yml
@@ -32,8 +32,8 @@ jobs:
32
- name: Commit the badge (if it changed)
33
run: |
34
if [[ `git status --porcelain` ]]; then
35
- git config --global user.name 'Github workflow'
36
- 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'
37
git add -A
38
git commit -m "Autogenerated JaCoCo coverage badge"
39
git push
0 commit comments