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 f6c2a7b commit 71a3080Copy full SHA for 71a3080
.github/actions/extract-fixtures/action.yml
@@ -23,5 +23,6 @@ runs:
23
with:
24
repository: ${{ steps.github.outputs.action_repository }}
25
ref: ${{ steps.github.outputs.action_ref }}
26
+ tag: ${{ steps.github.outputs.action_sha || steps.github.outputs.action_ref }}}
27
dockerfile: Dockerfile
28
args: extract-fixtures --directory="$OUTPUT" --merged="$MERGED"
.github/actions/test/action.yml
@@ -43,6 +43,7 @@ runs:
43
44
45
46
47
48
opts: --network=host
49
args: test --url="$URL" --json="$JSON" --specs="$SPECS" --subdomain-url="$SUBDOMAIN" -- ${{ inputs.args }}
0 commit comments