We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b495734 commit 814d58eCopy full SHA for 814d58e
action.yaml
@@ -37,7 +37,7 @@ inputs:
37
dry_run:
38
description: "Dry run"
39
required: false
40
- default: "true"
+ default: "false"
41
42
runs:
43
using: "composite"
push_template.sh
@@ -16,7 +16,7 @@ push_command="coder templates push ${CODER_TEMPLATE_ID} --directory ./${CODER_TE
16
17
# Add message to the push command if specified
18
if [ -n "${CODER_TEMPLATE_MESSAGE}" ]; then
19
- push_command+=" --message "${CODER_TEMPLATE_MESSAGE}""
+ push_command+=" --message \"${CODER_TEMPLATE_MESSAGE}\""
20
fi
21
22
# Append --create flag to the push command if CODER_TEMPLATE_CREATE is true
0 commit comments