Skip to content

Commit

Permalink
set --no-color for tofu
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Sep 30, 2024
1 parent 53a394c commit cf3957c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iac-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
id: validate
working-directory: ${{ inputs.WORKING_DIR }}
run: |
tofu validate
tofu validate --no-color
- name: Plan
id: plan
Expand Down

0 comments on commit cf3957c

Please sign in to comment.