Skip to content

Commit

Permalink
add quotes around comment input for prism command (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonALittle authored Jun 27, 2024
1 parent a16fab8 commit e5dcfd0
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 @@ -178,7 +178,7 @@ runs:
fi
if [ -n "${{ inputs.COMMENT }}" ]; then
COMMAND="$COMMAND --comment=${{ inputs.COMMENT }}"
COMMAND="$COMMAND --comment=\"${{ inputs.COMMENT }}\""
fi
if [ -n "${{ inputs.CUSTOMER_ID }}" ]; then
Expand Down

0 comments on commit e5dcfd0

Please sign in to comment.