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 a0db945 commit f2f5558Copy full SHA for f2f5558
action.yml
@@ -470,7 +470,7 @@ runs:
470
471
- name: Store New Plan
472
if: ${{ steps.atmos-plan.outputs.error == 'false' && inputs.plan-storage == 'true'}}
473
- uses: cloudposse/github-action-terraform-plan-storage@v1
+ uses: cloudposse/github-action-terraform-plan-storage@v2
474
with:
475
action: storePlan
476
commitSHA: ${{ inputs.sha }}
@@ -489,7 +489,7 @@ runs:
489
490
- name: Store Lockfile for New Plan
491
492
493
494
495
0 commit comments