We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954f217 commit c465c37Copy full SHA for c465c37
README.md
@@ -10,7 +10,7 @@ Inside your `.github/workflows/workflow.yml` file:
10
```yaml
11
steps:
12
- uses: actions/checkout@master
13
-- uses: actions/codecov-action@v0.1
+- uses: actions/codecov-action@v0.2
14
with:
15
token: ${{secrets.CODECOV_TOKEN}}
16
```
@@ -25,4 +25,4 @@ steps:
25
26
## License
27
28
-The code in this project is released under the MIT License
+The code in this project is released under the MIT License
0 commit comments