Skip to content

Commit 814d58e

Browse files
committed
esacep quotes
1 parent b495734 commit 814d58e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ inputs:
3737
dry_run:
3838
description: "Dry run"
3939
required: false
40-
default: "true"
40+
default: "false"
4141

4242
runs:
4343
using: "composite"

push_template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ push_command="coder templates push ${CODER_TEMPLATE_ID} --directory ./${CODER_TE
1616

1717
# Add message to the push command if specified
1818
if [ -n "${CODER_TEMPLATE_MESSAGE}" ]; then
19-
push_command+=" --message "${CODER_TEMPLATE_MESSAGE}""
19+
push_command+=" --message \"${CODER_TEMPLATE_MESSAGE}\""
2020
fi
2121

2222
# Append --create flag to the push command if CODER_TEMPLATE_CREATE is true

0 commit comments

Comments
 (0)