From dc263c4ae21b3223638804be49d550bfbabac718 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sun, 26 Sep 2021 17:59:50 +0200 Subject: [PATCH 1/2] Prepare 1.0.3 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aae3e1..ff381b6 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ repository. ### Minimal usage ```yaml - name: Display coverage - uses: ewjoachim/coverage-comment-action@v1.0.2 + uses: ewjoachim/coverage-comment-action@v1.0.3 with: GITHUB_TOKEN: ${{ github.token }} ``` @@ -51,7 +51,7 @@ repository. ### Maximal usage ```yaml - name: Display coverage - uses: ewjoachim/coverage-comment-action@v1.0.2 + uses: ewjoachim/coverage-comment-action@v1.0.3 with: GITHUB_TOKEN: ${{ github.token }} From d9becc88666baa3ec4c502719410506b0b83c89c Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sun, 26 Sep 2021 18:00:18 +0200 Subject: [PATCH 2/2] Prepare 1.0.3 release --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 441ff2e..c7afe46 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ inputs: runs: using: docker # image: Dockerfile - image: docker://ewjoachim/coverage-comment-action:v1.0.2 + image: docker://ewjoachim/coverage-comment-action:v1.0.3 env: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} COVERAGE_FILE: ${{ inputs.COVERAGE_FILE }}