Skip to content

Commit e12ff2b

Browse files
committed
Admin CI credentials
1 parent c314db4 commit e12ff2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage-badge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Commit files
4141
if: steps.changed_files.outputs.files_changed == 'true'
4242
run: |
43-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
44-
git config --local user.name "github-actions[bot]"
43+
git config --local user.email "meyceoz@redhat.com"
44+
git config --local user.name "Maxusmusti"
4545
git add coverage.svg
4646
git commit -m "Updated coverage.svg"
4747

0 commit comments

Comments
 (0)