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 dbe14df commit f5d0c88Copy full SHA for f5d0c88
action.yml
@@ -453,7 +453,7 @@ runs:
453
454
- name: Store New Plan
455
if: ${{ steps.atmos-plan.outputs.error == 'false' && inputs.plan-storage == 'true'}}
456
- uses: cloudposse/github-action-terraform-plan-storage@v1
+ uses: cloudposse/github-action-terraform-plan-storage@v2
457
with:
458
action: storePlan
459
commitSHA: ${{ inputs.sha }}
@@ -472,7 +472,7 @@ runs:
472
473
- name: Store Lockfile for New Plan
474
475
476
477
478
0 commit comments