🔥 3-day streak
GitHub Actions (GH-200)136 / 142
Question 136 of 142

You are authoring a workflow that engineers trigger manually to run a load test. They must specify how many virtual users to simulate. You define the input as `virtual_users` and want the workflow to require the value at dispatch time, default it to 100 when the field is left as-is, and have GitHub validate that only numeric values are accepted in the UI. Which `workflow_dispatch` input definition meets all these requirements?

Reviewed for accuracy · Report an issueNext question