Skip to content

Commit 0613797

Browse files
fix: use dogfood contents as template dir (coder#14332)
1 parent 363a016 commit 0613797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dogfood.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ jobs:
116116
# Template source & details
117117
TF_VAR_CODER_TEMPLATE_NAME: ${{ secrets.CODER_TEMPLATE_NAME }}
118118
TF_VAR_CODER_TEMPLATE_VERSION: ${{ steps.vars.outputs.sha_short }}
119-
TF_VAR_CODER_TEMPLATE_DIR: ./dogfood/contents
119+
TF_VAR_CODER_TEMPLATE_DIR: ./contents
120120
TF_VAR_CODER_TEMPLATE_MESSAGE: ${{ steps.message.outputs.pr_title }}

0 commit comments

Comments
 (0)