Improvement

December 4, 20251 Minute Read

Actions workflow dispatch workflows now support 25 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 API and removes the need for workarounds such as consolidating multiple inputs into a single JSON string.

Subscribe to our developer newsletter

Discover tips, technical guides, and best practices in our biweekly newsletter just for devs.

By submitting, I agree to let GitHub and its affiliates use my information for personalized communications, targeted advertising, and campaign effectiveness. See the GitHub Privacy Statement for more details.

Actions workflow dispatch workflows now support 25 inputs - GitHub Changelog