Skip to content

Commit

Permalink
check output in a diff step
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcorr authored Oct 7, 2021
1 parent 4c7262b commit a2e025b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
run: terraform plan -detailed-exitcode -out tfplan || echo last code ${{ steps.tf-plan.outputs.exitcode }}
id: tf-plan

- name: Check Exit Code
run: echo last code ${{ steps.tf-plan.outputs.exitcode }}

# Save plan to artifacts
- name: Publish Terraform State
uses: actions/[email protected]
Expand Down

0 comments on commit a2e025b

Please sign in to comment.