Skip to content

Commit

Permalink
fix broken output
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcorr authored Oct 7, 2021
1 parent 842d560 commit 96a570f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
environment: production
outputs:
runApply: steps.tf-plan.outputs.exitcode == 2
runApply: ${{ steps.tf-plan.outputs.exitcode -eq 2 }}

steps:
# Checkout the repository to the GitHub Actions runner
Expand Down

0 comments on commit 96a570f

Please sign in to comment.