Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Dec 2, 2024
1 parent 3e7024b commit 5905251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ runs:

- name: Retrieve Plan
if: ${{ env.ACTIONS_ENABLED == 'true' }}
uses: cloudposse/github-action-terraform-plan-storage@v2
uses: cloudposse/github-action-terraform-plan-storage@v1
continue-on-error: true
with:
action: getPlan
Expand All @@ -275,7 +275,7 @@ runs:

- name: Retrieve Lockfile
if: ${{ env.ACTIONS_ENABLED == 'true' }}
uses: cloudposse/github-action-terraform-plan-storage@v2
uses: cloudposse/github-action-terraform-plan-storage@v1
continue-on-error: true
with:
action: getPlan
Expand Down

0 comments on commit 5905251

Please sign in to comment.