Actions contexts
Last updated
Was this helpful?
Last updated
Was this helpful?
This page describes contexts that can use in expressions for calculating YAML attribute values.
inputs
Contains a mapping of action input values. For more information, see .
state
Contains a mapping of state entries of a . For more information, see .
inputs
contextContains action inputs described in the and set using or .
inputs.<param-name>
str
The value of a specific action input.
state
contextContains state values generated by the main
task of a . Refer to the reference to learn how to generate such values.
state.<entry-name>
str
The value of a specific state entry.