Skip to content

Commit 71c6f23

Browse files
committed
use container from GHCR for Action #4
1 parent 162def6 commit 71c6f23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Company.Example.Library: Line Rate = 27%, Branch Rate = 100%, Complexity = 11
5252

5353
```yaml
5454
name: Code Coverage Summary Report
55-
uses: irongut/[email protected].1
55+
uses: irongut/[email protected].2
5656
with:
5757
filename: coverage/coverage.cobertura.xml
5858
```
@@ -94,7 +94,7 @@ jobs:
9494
run: cp coverage/**/coverage.cobertura.xml coverage/coverage.cobertura.xml
9595

9696
- name: Code Coverage Summary Report
97-
uses: irongut/[email protected].1
97+
uses: irongut/[email protected].2
9898
with:
9999
filename: coverage/coverage.cobertura.xml
100100
badge: true

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
default: 'console'
2323
runs:
2424
using: 'docker'
25-
image: 'Dockerfile'
25+
image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.2'
2626
args:
2727
- ${{ inputs.filename }}
2828
- '--badge'

0 commit comments

Comments
 (0)