Skip to content

Commit

Permalink
revert irongut version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Nov 9, 2023
1 parent e25c29c commit e5ee634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:

- name: Clean Workspace Folder
- name: Clean Workspace
run: |
rm -rf ./* || true
rm -rf ./.??* || true
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
coverage-threshold: 95

- name: Code coverage summary
uses: irongut/[email protected].3
uses: irongut/[email protected].0
with:
filename: ./test-results/**/coverage.cobertura.xml
badge: true
Expand Down

0 comments on commit e5ee634

Please sign in to comment.