We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0420e commit 02a8f0fCopy full SHA for 02a8f0f
action.yaml
@@ -314,7 +314,7 @@ runs:
314
315
# Add description option
316
if [[ "${{ inputs.description }}" != '' ]]; then
317
- options="$options --description "${{ inputs.description }}""
+ options="$options --description '${{ inputs.description }}'"
318
fi
319
320
echo "OPTIONS=$options" >> $GITHUB_OUTPUT
0 commit comments