Skip to content

Commit

Permalink
Merge pull request #5 from common-workflow-lab/support-multiple-extra
Browse files Browse the repository at this point in the history
Support multiple arguments in `extra` parameter
  • Loading branch information
tom-tan authored Apr 23, 2022
2 parents 919fe9c + df1c4f5 commit 3145ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
fi
if [ -n "${{ inputs.extra }}" ]; then
extraopt="EXTRA=${{ inputs.extra }}"
extraopt="EXTRA='${{ inputs.extra }}'"
fi
./run_test.sh RUNNER=${{inputs.runner}} --badgedir=$basedir/badges --junit-xml=$basedir/junit.xml --timeout=${{inputs.timeout}} $tagopt $nopt $extraopt || true
Expand Down

0 comments on commit 3145ce6

Please sign in to comment.