We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a1bb5 commit 366569eCopy full SHA for 366569e
.github/workflows/test-apply.yaml
@@ -951,11 +951,12 @@ jobs:
951
952
- name: Check invalid
953
env:
954
- APPLY_OUTCOME: ${{ steps.plan.outcome }}
+ APPLY_OUTCOME: ${{ steps.apply.outcome }}
955
run: |
956
if [[ "$APPLY_OUTCOME" != "failure" ]]; then
957
echo "Using removed var input did not fail correctly."
958
- exit 1
+ exit 1
959
+ fi
960
961
apply_refresh:
962
runs-on: ubuntu-24.04
.github/workflows/test-plan.yaml
@@ -934,7 +934,8 @@ jobs:
934
935
if [[ "$PLAN_OUTCOME" != "failure" ]]; then
936
937
938
939
940
plan_change_run_commands:
941
0 commit comments