Skip to content

Commit f7bcce6

Browse files
committed
v1
1 parent 0e2c284 commit f7bcce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build:
3434
steps:
3535
- uses: actions/checkout@v4
36-
- uses: linkdata/gitcoverage@main
36+
- uses: linkdata/gitcoverage@v1
3737
with:
3838
coverage: "83%"
3939
report: "coveragereport.html.out"
@@ -77,7 +77,7 @@ jobs:
7777
go tool cover -html=coverage.out -o=coveragereport.html.out
7878
7979
- name: Publish code coverage badge (and optional report)
80-
uses: linkdata/gitcoverage@main
80+
uses: linkdata/gitcoverage@v1
8181
with:
8282
coverage: ${{ steps.coverage.outputs.coverage }}
8383
report: "coveragereport.html.out"

0 commit comments

Comments
 (0)