|
33 | 33 | JSON_PLAN_PATH: ${{ steps.plan.outputs.json_plan_path }} |
34 | 34 | TEXT_PLAN_PATH: ${{ steps.plan.outputs.text_plan_path }} |
35 | 35 | PLAN_PATH: ${{ steps.plan.outputs.plan_path }} |
36 | | - RUN_ID: ${{ steps.apply.outputs.run_id }} |
| 36 | + RUN_ID: ${{ steps.plan.outputs.run_id }} |
37 | 37 | run: | |
38 | 38 | echo "changes=$CHANGES" |
39 | 39 |
|
|
94 | 94 | env: |
95 | 95 | JSON_PLAN_PATH: ${{ steps.plan.outputs.json_plan_path }} |
96 | 96 | TEXT_PLAN_PATH: ${{ steps.plan.outputs.text_plan_path }} |
97 | | - RUN_ID: ${{ steps.apply.outputs.run_id }} |
| 97 | + RUN_ID: ${{ steps.plan.outputs.run_id }} |
98 | 98 | run: | |
99 | 99 | cat "$JSON_PLAN_PATH" |
100 | 100 | if [[ $(jq -r .format_version "$JSON_PLAN_PATH") != "1.2" ]]; then |
@@ -656,7 +656,7 @@ jobs: |
656 | 656 | env: |
657 | 657 | JSON_PLAN_PATH: ${{ steps.plan.outputs.json_plan_path }} |
658 | 658 | TEXT_PLAN_PATH: ${{ steps.plan.outputs.text_plan_path }} |
659 | | - RUN_ID: ${{ steps.apply.outputs.run_id }} |
| 659 | + RUN_ID: ${{ steps.plan.outputs.run_id }} |
660 | 660 | run: | |
661 | 661 | cat "$JSON_PLAN_PATH" |
662 | 662 | if [[ $(jq -r .output_changes.s.actions[0] "$JSON_PLAN_PATH") != "create" ]]; then |
@@ -699,7 +699,7 @@ jobs: |
699 | 699 | env: |
700 | 700 | OUTCOME: ${{ steps.plan.outcome }} |
701 | 701 | TEXT_PLAN_PATH: ${{ steps.plan.outputs.text_plan_path }} |
702 | | - RUN_ID: ${{ steps.apply.outputs.run_id }} |
| 702 | + RUN_ID: ${{ steps.plan.outputs.run_id }} |
703 | 703 | run: | |
704 | 704 | if [[ "$OUTCOME" != "failure" ]]; then |
705 | 705 | echo "Plan did not fail correctly" |
@@ -754,7 +754,7 @@ jobs: |
754 | 754 | OUTCOME: ${{ steps.plan.outcome }} |
755 | 755 | JSON_PLAN_PATH: ${{ steps.plan.outputs.json_plan_path }} |
756 | 756 | TEXT_PLAN_PATH: ${{ steps.plan.outputs.text_plan_path }} |
757 | | - RUN_ID: ${{ steps.apply.outputs.run_id }} |
| 757 | + RUN_ID: ${{ steps.plan.outputs.run_id }} |
758 | 758 | run: | |
759 | 759 | if [[ "$OUTCOME" != "failure" ]]; then |
760 | 760 | echo "Plan did not fail correctly" |
@@ -800,7 +800,7 @@ jobs: |
800 | 800 | OUTCOME: ${{ steps.plan.outcome }} |
801 | 801 | JSON_PLAN_PATH: ${{ steps.plan.outputs.json_plan_path }} |
802 | 802 | TEXT_PLAN_PATH: ${{ steps.plan.outputs.text_plan_path }} |
803 | | - RUN_ID: ${{ steps.apply.outputs.run_id }} |
| 803 | + RUN_ID: ${{ steps.plan.outputs.run_id }} |
804 | 804 | run: | |
805 | 805 | if [[ "$OUTCOME" != "failure" ]]; then |
806 | 806 | echo "Plan did not fail correctly" |
|
0 commit comments