From 1360d62117da33a3fb360595a8be45456bb1c9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Sat, 11 Jul 2026 17:06:35 +0200 Subject: [PATCH] Fixed template promote bug --- .gitea/workflows/publish-template.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/publish-template.yaml b/.gitea/workflows/publish-template.yaml index f31e9e7..dc8f4d4 100644 --- a/.gitea/workflows/publish-template.yaml +++ b/.gitea/workflows/publish-template.yaml @@ -28,7 +28,7 @@ jobs: coder_session_token: ${{ secrets.CODER_SESSION_TOKEN }} - name: Initialize and Validate Terraform - # Coder's example skips 'init', but it's usually safer to include it + # Coder's example skips 'init', but it's usually safer to include it # before validation depending on your provider configurations. run: | terraform init @@ -66,5 +66,4 @@ jobs: run: | coder template version promote \ --template=$TEMPLATE_NAME \ - --template-version=${{ steps.vars.outputs.version_name }} \ - --yes \ No newline at end of file + --template-version=${{ steps.vars.outputs.version_name }}