From 09ad63594ce41fb7276fe65663b594955fdef1ee Mon Sep 17 00:00:00 2001 From: Francesco Ilario <44346548+FrancescoIlario@users.noreply.github.com> Date: Fri, 1 May 2020 19:09:39 +0200 Subject: [PATCH 1/2] Added @ref in uses step of gh action Without the ref the action would throw an error. Thank you for this nice action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25f54b5..8e5a23a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: benjlevesque/short-sha + - uses: benjlevesque/short-sha@v.1.1 id: short-sha with: length: 6 From da73c6c7718b15d39a1775426078a7f8d9e81115 Mon Sep 17 00:00:00 2001 From: Benjamin LEVESQUE <14175665+benjlevesque@users.noreply.github.com> Date: Sat, 2 May 2020 16:37:35 +0200 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e5a23a..36531c6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: benjlevesque/short-sha@v.1.1 + - uses: benjlevesque/short-sha@v1.1 id: short-sha with: length: 6