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