Anything in particular you'd like reviewers to focus on?
Deliberately did not make workflow file customizable; folks can use yaml preconditions.
Nor did I check for existing values before overriding; we're changing, not updating here.
Have you considered any alternatives or workarounds?
Folks could already call ChangeValue with declarative yaml recipes + preconditions, but not yet via the platform (soon), and not very easy to discover for folks. This recipe can then serve as a template for some of the other suggested recipes here.
What's changed?
Added
ChangeActionVersion
recipe.What's your motivation?
Fixes #23
Anything in particular you'd like reviewers to focus on?
Deliberately did not make workflow file customizable; folks can use yaml preconditions. Nor did I check for existing values before overriding; we're changing, not updating here.
Have you considered any alternatives or workarounds?
Folks could already call
ChangeValue
with declarative yaml recipes + preconditions, but not yet via the platform (soon), and not very easy to discover for folks. This recipe can then serve as a template for some of the other suggested recipes here.Any additional context
23