Skip to content

Commit 32e1cb8

Browse files
authored
use shortcommit
1 parent 6d26958 commit 32e1cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dogfood.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
curl -fsSL "https://dev.coder.com/bin/coder-linux-amd64" -o "./coder"
6464
chmod +x "./coder"
65-
65+
6666
- name: Get Latest Commit Title
6767
id: message
6868
run: |
@@ -78,6 +78,6 @@ jobs:
7878
CODER_SESSION_TOKEN: ${{ secrets.CODER_SESSION_TOKEN }}
7979
# Template source & details
8080
CODER_TEMPLATE_NAME: ${{ secrets.CODER_TEMPLATE_NAME }}
81-
CODER_TEMPLATE_VERSION: ${{ github.sha }}
81+
CODER_TEMPLATE_VERSION: ${{ steps.vars.outputs.sha_short }}
8282
CODER_TEMPLATE_DIR: ./dogfood
8383
CODER_TEMPLATE_MESSAGE: ${{ steps.message.output.pr_title }}

0 commit comments

Comments
 (0)