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

You maintain a reusable workflow at .github/workflows/deploy.yml that is invoked by several caller workflows via workflow_call. The deploy job needs an optional 'environment' value that callers may override, but if omitted must fall back to 'staging'. Additionally, a numeric 'replicas' value is required from callers. Which on.workflow_call.inputs definition correctly enforces these requirements?

Reviewed for accuracy · Report an issueNext question