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 25
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"
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 46
46
dockerfile : Dockerfile
47
47
opts : --network=host
48
48
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 }}
50
51
- name : Create the XML
51
52
if : (inputs.xml || inputs.html || inputs.markdown) && (failure() || success())
52
53
uses : pl-strflt/gotest-json-to-junit-xml@v1
You can’t perform that action at this time.
0 commit comments