Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkickr authored Jan 9, 2024
1 parent 6f0420e commit 02a8f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ runs:
# Add description option
if [[ "${{ inputs.description }}" != '' ]]; then
options="$options --description "${{ inputs.description }}""
options="$options --description '${{ inputs.description }}'"
fi
echo "OPTIONS=$options" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 02a8f0f

Please sign in to comment.