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 f892b7e commit 81656e3Copy full SHA for 81656e3
.github/workflows/coverage-badge.yaml
@@ -40,15 +40,15 @@ jobs:
40
- name: Commit files
41
if: steps.changed_files.outputs.files_changed == 'true'
42
run: |
43
- git config --local user.email "meyceoz@redhat.com"
44
- git config --local user.name "Maxusmusti"
+ git config --local user.email "github-actions[bot]@users.noreply.github.com"
+ git config --local user.name "github-actions[bot]"
45
git add coverage.svg
46
git commit -m "Updated coverage.svg"
47
48
- name: Push changes
49
50
uses: ad-m/github-push-action@master
51
with:
52
- github_token: ${{ secrets.CI_PUSH_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
53
branch: ${{ github.ref }}
54
force: true
0 commit comments