티스토리 수익 글 보기
Improvement
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.
Back to top