Actions contexts
This page describes contexts that actions can use in expressions for calculating YAML attribute values.
Context name | Description |
inputs | |
state |
Contains action inputs described in the
action.inputs
attribute and set using jobs.<job-id>.args
or tasks.args
.Property name | Type | Description |
inputs.<param-name> | str | The value of a specific action input. |
Contains state values generated by the
main
task of a stateful action. Refer to the save-state
command reference to learn how to generate such values.Property name | Type | Description |
state.<entry-name> | str | The value of a specific state entry. |
Last modified 1yr ago