How to Send More Than Ten Inputs with Workflow Dispatch
There is a limit of ten inputs on the number of inputs you can send when dispatching a GitHub workflow.
The maximum number of top-level properties for inputs is 10.
However, with highly parameterized workflows, I quickly hit the limit. In my case...
jurajsim.hashnode.dev7 min read