Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Aug 9, 2024
1 parent 36dcc19 commit fe78241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ runs:
fi
options+=(
${{ inputs.test_runner }} \
${{ inputs.report_path }}
"${{ inputs.test_runner }}"
"${{ inputs.report_path }}"
)
launchable record tests "${options[@]}"

0 comments on commit fe78241

Please sign in to comment.