We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c314db4 commit e12ff2bCopy full SHA for e12ff2b
.github/workflows/coverage-badge.yaml
@@ -40,8 +40,8 @@ jobs:
40
- name: Commit files
41
if: steps.changed_files.outputs.files_changed == 'true'
42
run: |
43
- git config --local user.email "github-actions[bot]@users.noreply.github.com"
44
- git config --local user.name "github-actions[bot]"
+ git config --local user.email "meyceoz@redhat.com"
+ git config --local user.name "Maxusmusti"
45
git add coverage.svg
46
git commit -m "Updated coverage.svg"
47
0 commit comments