Skip to content

Commit

Permalink
feat(action): use double quotes around run input
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Dec 4, 2023
1 parent c3bfae6 commit 8aebe38
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 @@ -56,4 +56,4 @@ runs:
fi
# Run the benchmarks
codspeed-runner $RUNNER_ARGS -- ${{ inputs.run }}
codspeed-runner $RUNNER_ARGS -- "${{ inputs.run }}"

0 comments on commit 8aebe38

Please sign in to comment.