Co-authored-by: sunbrye <sunbrye@github.com> Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
543 B
543 B
Note
- The workflow will also receive the inputs in the
github.event.inputscontext. The information in theinputscontext andgithub.event.inputscontext is identical except that theinputscontext preserves Boolean values as Booleans instead of converting them to strings. Thechoicetype resolves to a string and is a single selectable option.- The maximum number of top-level properties for
inputsis {% ifversion fpt or ghec %}25 {% else %}10 {% endif %}.- The maximum payload for
inputsis 65,535 characters.