fix: use dogfood contents as template dir (#14332)

This commit is contained in:
Ethan
2024-08-17 02:52:26 +10:00
committed by GitHub
parent 363a016281
commit 0613797934
+1 -1
View File
@@ -116,5 +116,5 @@ jobs:
# Template source & details
TF_VAR_CODER_TEMPLATE_NAME: ${{ secrets.CODER_TEMPLATE_NAME }}
TF_VAR_CODER_TEMPLATE_VERSION: ${{ steps.vars.outputs.sha_short }}
TF_VAR_CODER_TEMPLATE_DIR: ./dogfood/contents
TF_VAR_CODER_TEMPLATE_DIR: ./contents
TF_VAR_CODER_TEMPLATE_MESSAGE: ${{ steps.message.outputs.pr_title }}