Merge pull request #10 from ewjoachim/release-1.0.3

Prepare 1.0.3 release
This commit is contained in:
Joachim Jablon
2021-09-26 18:00:58 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

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.0.2 uses: ewjoachim/coverage-comment-action@v1.0.3
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.0.2 uses: ewjoachim/coverage-comment-action@v1.0.3
with: with:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}

View File

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