Skip to content

Commit

Permalink
use container from GHCR for Action #4
Browse files Browse the repository at this point in the history
  • Loading branch information
irongut committed Sep 6, 2021
1 parent 162def6 commit 71c6f23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -52,7 +52,7 @@ Company.Example.Library: Line Rate = 27%, Branch Rate = 100%, Complexity = 11

```yaml
name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.0.1
uses: irongut/CodeCoverageSummary@v1.0.2
with:
filename: coverage/coverage.cobertura.xml
```
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: cp coverage/**/coverage.cobertura.xml coverage/coverage.cobertura.xml

- name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.0.1
uses: irongut/CodeCoverageSummary@v1.0.2
with:
filename: coverage/coverage.cobertura.xml
badge: true
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -22,7 +22,7 @@ inputs:
default: 'console'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.2'
args:
- ${{ inputs.filename }}
- '--badge'
Expand Down

0 comments on commit 71c6f23

Please sign in to comment.