mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
correct version on readme
This commit is contained in:
parent
86b28dee2c
commit
da90402a6e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Inside your `.github/workflows/workflow.yml` file:
|
|||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/codecov-action@v1
|
||||
- uses: actions/codecov-action@v0.1
|
||||
with:
|
||||
token: ${{secrets.CODECOV_TOKEN}}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue