You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A string shown to users using the deprecated input.
1569
1569
required : bool, required
1570
1570
A boolean to indicate whether the action requires the input parameter. Set to true when the parameter is required.
1571
-
type : "boolean" | "number" | "string", required
1571
+
$type : "boolean" | "number" | "string", required
1572
1572
Required if input is defined for the on.workflow_call keyword. The value of this parameter is a string specifying the data type of the input. This must be one of: boolean, number, or string.
1573
1573
default : bool | float | str, optional
1574
1574
The default value is used when an input parameter isn't specified in a workflow file.
0 commit comments