StackStorm-Exchange / stackstorm-st2

StackStorm pack management
https://exchange.stackstorm.org/
Apache License 2.0
5 stars 18 forks source link

Fix st2.kv.get bug #11

Closed LindsayHill closed 6 years ago

LindsayHill commented 6 years ago

There was no default for the new decrypt: parameter.

When this action was run, if decrypt was not specified, it was passed through as decrypt=None

In the code this caused problems, because it had a default of decrypt=False, but this was overridden by default=None. This then caused execution failures.

This change sets the default in the action metadata.