From 5d832f1fc61751b9822ea0e8a1b75c17c9222d79 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Sat, 9 Dec 2023 22:55:26 +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 573f9e3..f60de0e 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ The config should have the following structure: stack: "plat-ue2-sandbox" ``` -### Migrate from `v1` to `v2` +### Migrating from `v1` to `v2` `v2` drop `component-path` variable. Now it fetches from `atmos.yaml` file automatically. @@ -152,7 +152,7 @@ The config should have the following structure: | `enable-infracost` | -If you want `v2` having the same behaviour as `v1` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs. +If you want the same behavior in `v2` as in`v1` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs. ```yaml - name: Terraform apply diff --git a/README.yaml b/README.yaml index 6c2fecd..1c4ce0d 100644 --- a/README.yaml +++ b/README.yaml @@ -102,7 +102,7 @@ usage: |- stack: "plat-ue2-sandbox" ``` - ### Migrate from `v1` to `v2` + ### Migrating from `v1` to `v2` `v2` drop `component-path` variable. Now it fetches from `atmos.yaml` file automatically. @@ -122,7 +122,7 @@ usage: |- | `enable-infracost` | - If you want `v2` having the same behaviour as `v1` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs. + If you want the same behavior in `v2` as in`v1` you should create config `./.github/config/atmos-gitops.yaml` with the same variables as in `v1` inputs. ```yaml - name: Terraform apply