From c88d58121fc6b95cb578efdcf14469e3d6eba38c Mon Sep 17 00:00:00 2001 From: Katya Bilokur Date: Mon, 19 Aug 2024 17:05:15 +1000 Subject: [PATCH] Remove no colour tag --- .github/workflows/infrastructure.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/infrastructure.yaml b/.github/workflows/infrastructure.yaml index 31579c7..411e856 100644 --- a/.github/workflows/infrastructure.yaml +++ b/.github/workflows/infrastructure.yaml @@ -20,7 +20,7 @@ jobs: - name: Terraform Init run: terraform init - name: Terraform Validate - run: terraform validate -no-color + run: terraform validate - name: Terraform Plan - run: terraform plan -no-color + run: terraform plan continue-on-error: false