We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23b7a9 commit a5ebea0Copy full SHA for a5ebea0
.github/workflows/dogfood.yaml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: "Push template"
76
run: |
77
- ./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message=$CODER_TEMPLATE_MESSAGE
+ ./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message="$CODER_TEMPLATE_MESSAGE"
78
env:
79
# Consumed by Coder CLI
80
CODER_URL: https://dev.coder.com
0 commit comments