Skip to content

Commit 55374fe

Browse files
author
Kristine Jetzke
authored
Fix usage instructions in README (#70)
1 parent 3820ddb commit 55374fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To integrate with this Github Action, you can just use following configuration i
1717
```yml
1818
- name: Generate Code Coverage report
1919
id: code-coverage
20-
uses: barecheck/code-coverage-action@0.3.3
20+
uses: barecheck/code-coverage-action@v0.3.3
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
lcov-file: "./coverage/lcov.info"

0 commit comments

Comments
 (0)