[GitHub Actions] Fix typo (envrionment => number) (#25436)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
@@ -214,7 +214,7 @@ A boolean specifying whether the input must be supplied.
|
||||
|
||||
## `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`, `environment`, 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`, or `string`.
|
||||
|
||||
## `permissions`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user