mirror of
https://github.com/matifali/update-coder-template.git
synced 2025-10-14 17:05:55 +08:00
esacep quotes
This commit is contained in:
parent
b495734a13
commit
814d58e4cd
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ inputs:
|
|||
dry_run:
|
||||
description: "Dry run"
|
||||
required: false
|
||||
default: "true"
|
||||
default: "false"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue