Actions workflow dispatch workflows now support 25 inputs
Source: GitHub Actions Blog
New limit for workflow_dispatch inputs
You can now use up to 25 inputs on workflows triggered via the workflow_dispatch trigger.
The previous limit was 10, which was challenging for the community. This new limit gives you more flexibility when triggering workflows manually or via the API and removes the need for workarounds such as consolidating multiple inputs into a single JSON string.