Skip to content

Commit

Permalink
Update terraform_plan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 20, 2024
1 parent 8ca3751 commit 4e162d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Terraform Plan
id: show_plan
if: github.event_name == 'pull_request'
run: terraform show plans/${{ github.sha }}
run: terraform show -no-color plans/${{ github.sha }}
continue-on-error: true

- uses: CSVD/gh-actions-github-script@v6
Expand Down

0 comments on commit 4e162d3

Please sign in to comment.