Skip to content

Commit 5b7fea8

Browse files
committed
rename jacoco badge user -> release-workflow
1 parent d5fe2af commit 5b7fea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
cd badges
6666
if [[ `git status --porcelain` ]]; then
67-
git config --global user.name 'tohuwabohu-io'
67+
git config --global user.name 'release-workflow'
6868
git config --global user.email '55439476@users.noreply.github.com'
6969
git add *.svg
7070
git commit -m "Autogenerated JaCoCo coverage badge"

0 commit comments

Comments
 (0)