File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2525 ref : ${{ steps.github.outputs.action_sha || steps.github.outputs.action_ref }}
2626 dockerfile : Dockerfile
2727 args : extract-fixtures --directory="$OUTPUT" --merged="$MERGED"
28- build-args : --build-arg VERSION=${{ steps.github.outputs.action_ref }}
28+ build-args : |
29+ VERSION:${{ steps.github.outputs.action_ref }}
Original file line number Diff line number Diff line change 4646 dockerfile : Dockerfile
4747 opts : --network=host
4848 args : test --url="$URL" --json="$JSON" --specs="$SPECS" --subdomain-url="$SUBDOMAIN" -- ${{ inputs.args }}
49- build-args : --build-arg VERSION=${{ steps.github.outputs.action_ref }}
49+ build-args : |
50+ VERSION:${{ steps.github.outputs.action_ref }}
5051 - name : Create the XML
5152 if : (inputs.xml || inputs.html || inputs.markdown) && (failure() || success())
5253 uses : pl-strflt/gotest-json-to-junit-xml@v1
You can’t perform that action at this time.
0 commit comments