Skip to content

Commit

Permalink
update soft fail
Browse files Browse the repository at this point in the history
  • Loading branch information
zachrundle committed Aug 12, 2024
1 parent dd641c8 commit 9bcc9dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tf-fmt-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9bcc9dc

Please sign in to comment.