Skip to content

Commit

Permalink
Test s3 get
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Dec 6, 2023
1 parent 4b2b89f commit ec074e3
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 @@ -168,7 +168,7 @@ runs:

- name: Retrieve Plan
if: env.ACTIONS_ENABLED == 'true'
uses: cloudposse/github-action-terraform-plan-storage@fix-s3-plan-test
uses: cloudposse/github-action-terraform-plan-storage@v1
id: retrieve-plan
continue-on-error: true
with:
Expand All @@ -182,7 +182,7 @@ runs:

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

0 comments on commit ec074e3

Please sign in to comment.