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 5e2f6c6 commit d9accfbCopy full SHA for d9accfb
action.yml
@@ -369,7 +369,7 @@ runs:
369
370
- name: Store New Plan
371
if: ${{ steps.atmos-plan.outputs.error == 'false' }}
372
- uses: cloudposse/github-action-terraform-plan-storage@v1
+ uses: cloudposse/github-action-terraform-plan-storage@v2
373
with:
374
action: storePlan
375
commitSHA: ${{ inputs.sha }}
@@ -388,7 +388,7 @@ runs:
388
389
- name: Store Lockfile for New Plan
390
391
392
393
394
0 commit comments