Skip to content

Commit

Permalink
error management in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Apr 10, 2023
1 parent 0c8594b commit 9f8f3c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ jobs:
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
git add ./img/badge-coverage.svg
git add ./img/badge-tests.svg
git diff --quiet && git diff --staged --quiet || git commit -m "🤖Generated Coverage Badges."
git push origin HEAD:main
git commit -m "🤖Generated Coverage Badges."
git push origin HEAD:main
continue-on-error: true

0 comments on commit 9f8f3c7

Please sign in to comment.