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 }}