esacep quotes

This commit is contained in:
Muhammad Atif Ali 2023-08-11 13:22:41 +03:00
parent b495734a13
commit 814d58e4cd
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ inputs:
dry_run:
description: "Dry run"
required: false
default: "true"
default: "false"
runs:
using: "composite"

View file

@ -16,7 +16,7 @@ push_command="coder templates push ${CODER_TEMPLATE_ID} --directory ./${CODER_TE
# Add message to the push command if specified
if [ -n "${CODER_TEMPLATE_MESSAGE}" ]; then
push_command+=" --message "${CODER_TEMPLATE_MESSAGE}""
push_command+=" --message \"${CODER_TEMPLATE_MESSAGE}\""
fi
# Append --create flag to the push command if CODER_TEMPLATE_CREATE is true