GitHub Actions
GitHub Actions reusable workflow received an undeclared input
GitHub Actions rejected a reusable workflow call because the caller passed an input that the called workflow did not define under on.workflow_call.inputs.
GitHub Actions
GitHub Actions rejected a reusable workflow call because the caller passed an input that the called workflow did not define under on.workflow_call.inputs.
Observed message
If a caller workflow passes an input that is not specified in the called workflow, this results in an error.
Why it happens
How to fix it
Official reference
GitHub Docs: Workflow syntax for GitHub ActionsRelated errors
Explore more