Actions workflow dispatch workflows now support 25 inputs

Published: (December 4, 2025 at 02:58 PM EST)
1 min read

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.

Back to Blog

Related posts

Read more »

Jenkins na AWS + Docker

!Cover image for Jenkins na AWS + Dockerhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-upload...