Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Dec 9, 2023
1 parent 8a1573f commit cc9475a
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 @@ -142,7 +142,7 @@ In following GitHub workflow example first job will filter components that have
echo "${{ matrix.stack_slug }}"
```

### Migrate from `v0` to `v1`
### Migrating from `v0` to `v1`

`v1` replace `jq-query` input with `selected-filter` variable and simplify the query.
Now you need to specify only part used in select function of `jq-query`.
Expand All @@ -155,7 +155,7 @@ Now you need to specify only part used in select function of `jq-query`.
| `atmos-config-path` |


If you want `v1` having the same behaviour as `v0` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs.
If you want the same behavior in `v1` as in`v0` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs.

```yaml
- name: Selected Components
Expand Down
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ usage: |
echo "${{ matrix.stack_slug }}"
```
### Migrate from `v0` to `v1`
### Migrating from `v0` to `v1`
`v1` replace `jq-query` input with `selected-filter` variable and simplify the query.
Now you need to specify only part used in select function of `jq-query`.
Expand All @@ -130,7 +130,7 @@ usage: |
| `atmos-config-path` |
If you want `v1` having the same behaviour as `v0` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs.
If you want the same behavior in `v1` as in`v0` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs.
```yaml
- name: Selected Components
Expand Down

0 comments on commit cc9475a

Please sign in to comment.