1
0
mirror of synced 2025-12-19 09:57:42 -05:00

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:
Salil
2025-12-09 15:00:23 -08:00
committed by GitHub
parent 462aa2a6eb
commit 2ffc3fe44c

View File

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