1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2025-12-06 17:57:50 +01:00

Added @ref in uses step of gh action

Without the ref the action would throw an error.

Thank you for this nice action
This commit is contained in:
Francesco Ilario
2020-05-01 19:09:39 +02:00
committed by GitHub
parent 12c1ae7a90
commit 09ad63594c

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: benjlevesque/short-sha - uses: benjlevesque/short-sha@v.1.1
id: short-sha id: short-sha
with: with:
length: 6 length: 6