fix(docs): Add environment input type for workflow_dispatch (#29781)
Co-authored-by: cmwilson21 <77312589+cmwilson21@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9c527ea3a6
commit
d470100e70
@@ -220,7 +220,7 @@ A boolean specifying whether the input must be supplied.
|
|||||||
|
|
||||||
## `on.workflow_dispatch.inputs.<input_id>.type`
|
## `on.workflow_dispatch.inputs.<input_id>.type`
|
||||||
|
|
||||||
The value of this parameter is a string specifying the data type of the input. This must be one of: `boolean`, `choice`, `number`, or `string`.
|
The value of this parameter is a string specifying the data type of the input. This must be one of: `boolean`, `choice`, `number`, `environment` or `string`.
|
||||||
|
|
||||||
## `permissions`
|
## `permissions`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user