diff --git a/action.yaml b/action.yaml index 112a09f..f855c61 100644 --- a/action.yaml +++ b/action.yaml @@ -144,8 +144,8 @@ runs: fi options+=( - ${{ inputs.test_runner }} \ - ${{ inputs.report_path }} + "${{ inputs.test_runner }}" + "${{ inputs.report_path }}" ) launchable record tests "${options[@]}"