Skip to content

Commit

Permalink
doc: removed trailing space from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
radekl committed Feb 21, 2024
1 parent 2b6db3d commit ab4800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Override parameters using a local JSON file: `"file:///${{ github.workspace }}/p

#### envs-prefix-for-parameter-overrides (OPTIONAL)

You can also override parameter values using environment variables with prefixed keys. Use `envs-prefix-for-parameter-overrides` parameter to define a prefix you want action to filter out and combine with other parameters while deploying.
You can also override parameter values using environment variables with prefixed keys. Use `envs-prefix-for-parameter-overrides` parameter to define a prefix you want action to filter out and combine with other parameters while deploying.

The biggest advantage of this approach is that you don't need to think about escaping your variables (as long as Github UI/YAML accepts it).

Expand Down

0 comments on commit ab4800e

Please sign in to comment.