Skip to content

Commit 02a8f0f

Browse files
authored
Update action.yaml
1 parent 6f0420e commit 02a8f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ runs:
314314
315315
# Add description option
316316
if [[ "${{ inputs.description }}" != '' ]]; then
317-
options="$options --description "${{ inputs.description }}""
317+
options="$options --description '${{ inputs.description }}'"
318318
fi
319319
320320
echo "OPTIONS=$options" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)