1
0
mirror of synced 2025-12-23 03:44:00 -05:00

[GitHub Actions] Fix typo (envrionment => number) (#25436)

Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
Azeem Sajid
2023-05-10 05:22:47 +05:00
committed by GitHub
parent 6a5c758447
commit 6ef56a1f8d

View File

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