From 9bcc9dc5557838edd1094353def590f186484404 Mon Sep 17 00:00:00 2001 From: cybershady Date: Sun, 11 Aug 2024 20:30:46 -0600 Subject: [PATCH] update soft fail --- .github/workflows/tf-fmt-check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tf-fmt-check.yml b/.github/workflows/tf-fmt-check.yml index 6d14614..361320c 100644 --- a/.github/workflows/tf-fmt-check.yml +++ b/.github/workflows/tf-fmt-check.yml @@ -15,9 +15,8 @@ jobs: - uses: hashicorp/setup-terraform@v3 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} + soft_fail: true - name: Terraform fmt id: fmt run: terraform fmt -check - with: - soft_fail: true \ No newline at end of file