File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
repository : ${{ steps.github.outputs.action_repository }}
25
25
ref : ${{ steps.github.outputs.action_ref }}
26
+ tag : ${{ steps.github.outputs.action_sha || steps.github.outputs.action_ref }}}
26
27
dockerfile : Dockerfile
27
28
args : extract-fixtures --directory="$OUTPUT" --merged="$MERGED"
Original file line number Diff line number Diff line change 43
43
with :
44
44
repository : ${{ steps.github.outputs.action_repository }}
45
45
ref : ${{ steps.github.outputs.action_ref }}
46
+ tag : ${{ steps.github.outputs.action_sha || steps.github.outputs.action_ref }}}
46
47
dockerfile : Dockerfile
47
48
opts : --network=host
48
49
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