dwardu89 / aws-ssm-parameter-store

A GitHub Action to store parameters into AWS Systems Manager Parameter Store.
Apache License 2.0
10 stars 10 forks source link

Feature to skip empty/missing values #28

Open OfirYaron opened 10 months ago

OfirYaron commented 10 months ago

Is your feature request related to a problem? Please describe. When value is bound to an environment or secret who's missing, the step will count as fail, when in some cases it's not required

Describe the solution you'd like an option to skip empty/missing values

Describe alternatives you've considered added an optional field/setting to skip empty value

Additional context PR already open on the subject: https://github.com/dwardu89/aws-ssm-parameter-store/pull/27