Skip to content

Commit

Permalink
Trying to fix if statement code
Browse files Browse the repository at this point in the history
  • Loading branch information
thijssnelleman committed Sep 25, 2024
1 parent e120867 commit dae8015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run badge generator
run: genbadge coverage -i coverage.xml -o .reports/coverage/coverage-badge.svg
Commit-Badge:
if: ${{ git diff .reports/coverage/coverage-badge.svg }}
if: git diff .reports/coverage/coverage-badge.svg
- name: Commit to branch
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit dae8015

Please sign in to comment.