diff --git a/README.md b/README.md index 09863df..cf93e33 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,8 @@ components: ## Migrate `v1` to `v2` -Starting from `v2` the action do not restrict component config just to `settings` section. -If you want `v2` having the same behaviour as `v1` you should add `settings` in `settings-path` variable. +Starting from `v2` the action is no longer restricted to retrieving the component config from only the `settings` section.. +If you want the same behavior in `v2` as in`v1`, you should add the `settings` prefix to the value of the `settings-path` variable. ```yaml - name: Get Atmos Setting for Secret ARN diff --git a/README.yaml b/README.yaml index e1cb8e0..ef26dd3 100644 --- a/README.yaml +++ b/README.yaml @@ -80,10 +80,10 @@ usage: |- secret-ids: ${{ steps.example.outputs.value }} ``` - ## Migrate `v1` to `v2` + ## Migrating from `v1` to `v2` - Starting from `v2` the action do not restrict component config just to `settings` section. - If you want `v2` having the same behaviour as `v1` you should add `settings` in `settings-path` variable. + Starting from `v2` the action is no longer restricted to retrieving the component config from only the `settings` section.. + If you want the same behavior in `v2` as in`v1`, you should add the `settings` prefix to the value of the `settings-path` variable. ```yaml - name: Get Atmos Setting for Secret ARN