File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ runs:
9191 fi
9292
9393 if [ -n "${{ inputs.extra }}" ]; then
94- extraopt="EXTRA=' ${{ inputs.extra }}' "
94+ extraopt="EXTRA=${{ inputs.extra }}"
9595 fi
9696
97- ./run_test.sh RUNNER=${{inputs.runner}} --badgedir=$basedir/badges --junit-xml=$basedir/junit.xml --timeout=${{inputs.timeout}} $tagopt $nopt $extraopt || true
97+ ./run_test.sh RUNNER=${{inputs.runner}} --badgedir=$basedir/badges --junit-xml=$basedir/junit.xml --timeout=${{inputs.timeout}} $tagopt $nopt " $extraopt" || true
9898 echo "::set-output name=badgedir::$GITHUB_WORKSPACE/cwl-run-conformance-${{ inputs.cwlVersion }}/badges"
9999 echo "::set-output name=result::$GITHUB_WORKSPACE/cwl-run-conformance-${{ inputs.cwlVersion }}/junit.xml"
100100 env :
You can’t perform that action at this time.
0 commit comments