File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 MERGED : ${{ inputs.merged }}
2323 with :
2424 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 }}
2626 dockerfile : Dockerfile
2727 args : extract-fixtures --directory="$OUTPUT" --merged="$MERGED"
Original file line number Diff line number Diff line change 4242 SPECS : ${{ inputs.specs }}
4343 with :
4444 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 }}
4646 dockerfile : Dockerfile
4747 opts : --network=host
4848 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