Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Feb 21, 2024
1 parent 2f492f6 commit c6b36d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ The following configuration fields are now moved to `atmos.yaml`

If you want `v2` having the same behaviour as `v1` you should have

`atmos.yaml`
`./.github/config/atmos-gitops.yaml`
```yaml
...
Expand Down Expand Up @@ -192,7 +192,7 @@ integrations:
id: components
uses: cloudposse/github-action-atmos-terraform-select-components@v2
with:
atmos-config-path: ./
atmos-config-path: ./rootfs/usr/local/etc/atmos/
jq-query: 'to_entries[] | .key as $parent | .value.components.terraform | to_entries[] | select(.value.settings.github.actions_enabled // false) | [$parent, .key] | join(",")'
```

Expand Down
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ usage: |
If you want `v2` having the same behaviour as `v1` you should have
`atmos.yaml`
`./.github/config/atmos-gitops.yaml`
```yaml
...
Expand Down Expand Up @@ -188,7 +188,7 @@ usage: |
id: components
uses: cloudposse/github-action-atmos-terraform-select-components@v2
with:
atmos-config-path: ./
atmos-config-path: ./rootfs/usr/local/etc/atmos/
jq-query: 'to_entries[] | .key as $parent | .value.components.terraform | to_entries[] | select(.value.settings.github.actions_enabled // false) | [$parent, .key] | join(",")'
```
Expand Down

0 comments on commit c6b36d0

Please sign in to comment.