Skip to content

Commit d2888eb

Browse files
authored
Fix uses value in README (#119)
1 parent c916e0d commit d2888eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Python Cov
24-
uses: orgoro/coverage/v2
24+
uses: orgoro/coverage@v2
2525
with:
2626
coverageFile: path/to/coverage.xml
2727
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)