Skip to content

Commit 2ffc3fe

Browse files
salilsubsunbrye
andauthored
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>
1 parent 462aa2a commit 2ffc3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
> [!NOTE]
22
> * 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.
3-
> * The maximum number of top-level properties for `inputs` is 10.
3+
> * The maximum number of top-level properties for `inputs` is {% ifversion fpt or ghec %}25 {% else %}10 {% endif %}.
44
> * The maximum payload for `inputs` is 65,535 characters.

0 commit comments

Comments
 (0)