File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ inputs:
37
37
dry_run :
38
38
description : " Dry run"
39
39
required : false
40
- default : " true " # make it false after testing TODO
40
+ default : " false"
41
41
42
42
runs :
43
43
using : " composite"
Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ push_command="coder templates push ${CODER_TEMPLATE_ID} --directory ./${CODER_TE
16
16
17
17
# Add message to the push command if specified
18
18
if [ -n " ${CODER_TEMPLATE_MESSAGE} " ]; then
19
- push_command+=" --message ${CODER_TEMPLATE_MESSAGE} "
19
+ push_command+=" --message " ${CODER_TEMPLATE_MESSAGE} " "
20
20
fi
21
- push_command+=" --message ${CODER_TEMPLATE_MESSAGE} "
22
21
23
22
# Append --create flag to the push command if CODER_TEMPLATE_CREATE is true
24
23
if [ " ${CODER_TEMPLATE_CREATE} " = " true" ]; then
You can’t perform that action at this time.
0 commit comments