From 581d9a9c4a134890b7d93589361f0855383ea792 Mon Sep 17 00:00:00 2001 From: Admiral Date: Fri, 29 Mar 2024 06:31:04 +0100 Subject: [PATCH] Update ci.yml Errored format caused formatting error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67c24f1..23dadb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - Check for proper terraform formatting + # Check for proper terraform formatting - name: Terraform Format id: fmt run: terraform fmt -check