Skip to content

Commit

Permalink
Update README (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Mar 27, 2024
1 parent 7137afe commit c95e9af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ steps:
- uses: hashicorp/setup-terraform@v2

- name: Setup atmos
uses: cloudposse/github-action-setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v2
````

To install a specific version of atmos, set the `version` input:
Expand All @@ -67,7 +67,7 @@ steps:
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/github-action-setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v2
with:
version: 0.15.0
````
Expand All @@ -79,7 +79,7 @@ steps:
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/github-action-setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v2
with:
install-wrapper: false
````
Expand All @@ -92,7 +92,7 @@ steps:
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/github-action-setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v2
with:
install-wrapper: true
Expand Down
8 changes: 4 additions & 4 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ usage: |-
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/github-action-setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v2
````
To install a specific version of atmos, set the `version` input:
Expand All @@ -65,7 +65,7 @@ usage: |-
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/github-action-setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v2
with:
version: 0.15.0
````
Expand All @@ -77,7 +77,7 @@ usage: |-
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/github-action-setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v2
with:
install-wrapper: false
````
Expand All @@ -90,7 +90,7 @@ usage: |-
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/github-action-setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v2
with:
install-wrapper: true
Expand Down

0 comments on commit c95e9af

Please sign in to comment.