Skip to content

Commit

Permalink
update (hopefully fix) workflow to update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sepro committed Aug 12, 2024
1 parent 112caab commit b847c52
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/autopytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
- name: Update Coverage Badge if needed
if: failure()
run:
git config --global user.name coverage_badge_update
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
git add docs/coverage-badge.svg
git commit -m "Auto updating coverage badge"
git config --local user.email '${GITHUB_ACTOR}@users.noreply.github.com'
git config --local user.name "update-coverage-badge[bot]"
git commit -am "Auto updating coverage badge"
git push

0 comments on commit b847c52

Please sign in to comment.