From f9c4f2529fe63db1221fced7480eac35841b6885 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sun, 26 Sep 2021 12:39:01 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21216eb..269a382 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ repository. ### Minimal usage ```yaml - name: Display coverage - uses: ewjoachim/coverage-comment-action@v1 + uses: ewjoachim/coverage-comment-action@v1.0.1 with: GITHUB_TOKEN: ${{ github.token }} ``` @@ -51,7 +51,7 @@ repository. ### Maximal usage ```yaml - name: Display coverage - uses: ewjoachim/coverage-comment-action@v1 + uses: ewjoachim/coverage-comment-action@v1.0.1 with: GITHUB_TOKEN: ${{ github.token }}