We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9644925 commit 1f26c1bCopy full SHA for 1f26c1b
.github/workflows/run-test/action.yml
@@ -40,7 +40,7 @@ runs:
40
STACK_VERSION: ${{ inputs.stack-version }}
41
# The upload-artifact action fails if the name contains slashes `/` or colons `:`.
42
# This step creates a slugified version that will not contain these characters.
43
- - uses: gacts/github-slug@ff88bad75209b5407ea9dbd3c9f7755634f55e29 # 1.3.3
+ - uses: gacts/github-slug@91cb78e803e07ccf88570afeddeabaad93c8f4cb # 1.3.4
44
id: slug
45
if: success() || failure()
46
with:
0 commit comments