Updating the max number of inputs to 25 for dotcom/proxima (#58775)
Co-authored-by: sunbrye <sunbrye@github.com> Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
> [!NOTE]
|
||||
> * The workflow will also receive the inputs in the `github.event.inputs` context. The information in the `inputs` context and `github.event.inputs` context is identical except that the `inputs` context preserves Boolean values as Booleans instead of converting them to strings. The `choice` type resolves to a string and is a single selectable option.
|
||||
> * The maximum number of top-level properties for `inputs` is 10.
|
||||
> * The maximum number of top-level properties for `inputs` is {% ifversion fpt or ghec %}25 {% else %}10 {% endif %}.
|
||||
> * The maximum payload for `inputs` is 65,535 characters.
|
||||
|
||||
Reference in New Issue
Block a user