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 6d26958 commit 32e1cb8Copy full SHA for 32e1cb8
.github/workflows/dogfood.yaml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
curl -fsSL "https://dev.coder.com/bin/coder-linux-amd64" -o "./coder"
64
chmod +x "./coder"
65
-
+
66
- name: Get Latest Commit Title
67
id: message
68
@@ -78,6 +78,6 @@ jobs:
78
CODER_SESSION_TOKEN: ${{ secrets.CODER_SESSION_TOKEN }}
79
# Template source & details
80
CODER_TEMPLATE_NAME: ${{ secrets.CODER_TEMPLATE_NAME }}
81
- CODER_TEMPLATE_VERSION: ${{ github.sha }}
+ CODER_TEMPLATE_VERSION: ${{ steps.vars.outputs.sha_short }}
82
CODER_TEMPLATE_DIR: ./dogfood
83
CODER_TEMPLATE_MESSAGE: ${{ steps.message.output.pr_title }}
0 commit comments