version
name
key
type
steps
variable in published Node.js code steps?The steps
variable contains the workflows step exports.When you publish a Node.js code step as an action, it becomes reusable across many workflows.This means that the step exports available vary depending on the workflow it’s running on.Defining props is a way to map inputs to actions and allow individual workflows to define which exports should be used.version
field on the Node.js code step.
Every instance of your published action from a code step is editable. In any workflow where you’ve reused a published action, open the menu on the right side of the action and click Edit action button.
This will open up the code editor for this action, even if this wasn’t the original code step.
Now increment the version
field in the code: