File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
MERGED : ${{ inputs.merged }}
23
23
with :
24
24
repository : ${{ steps.github.outputs.action_repository }}
25
- ref : ${{ steps.github.outputs.action_ref }}
25
+ ref : ${{ steps.github.outputs.action_sha || steps.github.outputs. action_ref }}
26
26
dockerfile : Dockerfile
27
27
args : extract-fixtures --directory="$OUTPUT" --merged="$MERGED"
Original file line number Diff line number Diff line change 42
42
SPECS : ${{ inputs.specs }}
43
43
with :
44
44
repository : ${{ steps.github.outputs.action_repository }}
45
- ref : ${{ steps.github.outputs.action_ref }}
45
+ ref : ${{ steps.github.outputs.action_sha || steps.github.outputs. action_ref }}
46
46
dockerfile : Dockerfile
47
47
opts : --network=host
48
48
args : test --url="$URL" --json="$JSON" --specs="$SPECS" --subdomain-url="$SUBDOMAIN" -- ${{ inputs.args }}
You can’t perform that action at this time.
0 commit comments