Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4f684 commit 1f99dffCopy full SHA for 1f99dff
push_template.sh
@@ -12,7 +12,7 @@ echo "CODER_TEMPLATE_ID: ${CODER_TEMPLATE_ID}"
12
echo "CODER_TEMPLATE_DIR: ${CODER_TEMPLATE_DIR}"
13
14
# Construct push command
15
-push_command="coder templates push ${CODER_TEMPLATE_NAME} --directory ./${CODER_TEMPLATE_DIR}" --message ${CODER_TEMPLATE_MESSAGE}
+push_command="coder templates push ${CODER_TEMPLATE_ID} --directory ./${CODER_TEMPLATE_DIR}" --message ${CODER_TEMPLATE_MESSAGE}
16
17
# Append --create flag to the push command if CODER_TEMPLATE_CREATE is true
18
if [ "${CODER_TEMPLATE_CREATE}" = "true" ]; then
0 commit comments