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 c441d98 commit ba444d6Copy full SHA for ba444d6
action.yml
@@ -449,7 +449,7 @@ runs:
449
450
- name: Store New Plan
451
if: ${{ steps.atmos-plan.outputs.error == 'false' }}
452
- uses: cloudposse/github-action-terraform-plan-storage@v1
+ uses: cloudposse/github-action-terraform-plan-storage@v2
453
with:
454
action: storePlan
455
commitSHA: ${{ inputs.sha }}
@@ -468,7 +468,7 @@ runs:
468
469
- name: Store Lockfile for New Plan
470
471
472
473
474
0 commit comments