Update README.md

This commit is contained in:
Joachim Jablon
2021-09-26 12:39:01 +02:00
committed by GitHub
parent 4a2f5c214a
commit f9c4f2529f

View File

@@ -43,7 +43,7 @@ repository.
### Minimal usage ### Minimal usage
```yaml ```yaml
- name: Display coverage - name: Display coverage
uses: ewjoachim/coverage-comment-action@v1 uses: ewjoachim/coverage-comment-action@v1.0.1
with: with:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}
``` ```
@@ -51,7 +51,7 @@ repository.
### Maximal usage ### Maximal usage
```yaml ```yaml
- name: Display coverage - name: Display coverage
uses: ewjoachim/coverage-comment-action@v1 uses: ewjoachim/coverage-comment-action@v1.0.1
with: with:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}