GitHub Actions
GitHub Actions reusable workflow input is missing a required type
GitHub Actions reusable workflow inputs must declare a type. If the type is missing or invalid, the workflow definition is not valid.
GitHub Actions
GitHub Actions reusable workflow inputs must declare a type. If the type is missing or invalid, the workflow definition is not valid.
Observed message
Required if input is defined for the on.workflow_call keyword.
Why it happens
How to fix it
Official reference
GitHub Docs: Workflow syntax for GitHub ActionsRelated errors
Explore more