Skip to content

Commit

Permalink
trying to fix coverage badge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kisnikser committed Dec 10, 2024
1 parent 52a94b5 commit 58f19ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git checkout -b coverage-badge
git add coverage-badge.svg
git commit -m "Update coverage badge"
git push origin coverage-badge
git push --force origin coverage-badge
- name: Create Pull Request
if: steps.check_changes.outputs.changes == 'true'
Expand All @@ -67,4 +67,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
pull-request-number: ${{ steps.create-pull-request.outputs.pull-request-number }}
merge-method: merge
merge-method: merge

0 comments on commit 58f19ab

Please sign in to comment.