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