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 fd1077b commit 93768b6Copy full SHA for 93768b6
action.yml
@@ -467,7 +467,7 @@ runs:
467
468
- name: Store New Plan
469
if: ${{ steps.atmos-plan.outputs.error == 'false' && inputs.plan-storage == 'true'}}
470
- uses: cloudposse/github-action-terraform-plan-storage@v1
+ uses: cloudposse/github-action-terraform-plan-storage@v2
471
with:
472
action: storePlan
473
commitSHA: ${{ inputs.sha }}
@@ -486,7 +486,7 @@ runs:
486
487
- name: Store Lockfile for New Plan
488
489
490
491
492
0 commit comments