Release v1.0.2

This commit is contained in:
Joachim Jablon
2021-09-26 12:40:23 +02:00
parent f9c4f2529f
commit cf6a7fd8cd
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -50,7 +50,7 @@ inputs:
runs:
using: docker
# image: Dockerfile
image: docker://ewjoachim/coverage-comment-action:v1.0.1
image: docker://ewjoachim/coverage-comment-action:v1.0.2
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
COVERAGE_FILE: ${{ inputs.COVERAGE_FILE }}