Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Dec 3, 2024
1 parent e9f95ff commit cb43170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The `component`, `stack`, `planPath`, and `action` parameters work the same way

```yaml
- name: Store Plan
uses: cloudposse/github-action-terraform-plan-storage@v1
uses: cloudposse/github-action-terraform-plan-storage@v2
id: store-plan
with:
action: storePlan
Expand All @@ -155,7 +155,7 @@ The `component`, `stack`, `planPath`, and `action` parameters work the same way
gcpFirestoreCollectionName: terraform-plan-storage
- name: Get Plan
uses: cloudposse/github-action-terraform-plan-storage@v1
uses: cloudposse/github-action-terraform-plan-storage@v2
id: get-plan
with:
action: getPlan
Expand Down

0 comments on commit cb43170

Please sign in to comment.