1
0
mirror of synced 2025-12-23 11:54:18 -05:00

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:
Aleksander Fidelus
2023-11-14 16:06:16 +01:00
committed by GitHub
parent 9c527ea3a6
commit d470100e70

View File

@@ -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`