From cc9475a0f24686a34fca166d6395ade8ee056a02 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Sat, 9 Dec 2023 22:56:20 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- README.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3318034..428afb3 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -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 diff --git a/README.yaml b/README.yaml index be45988..de84cef 100644 --- a/README.yaml +++ b/README.yaml @@ -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`. @@ -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