GitHub Actions
GitHub Actions reusable workflow is in an unsupported directory
GitHub Actions only recognizes reusable workflows in the repository's .github/workflows directory. Nested subdirectories are not valid for workflow files.
GitHub Actions
GitHub Actions only recognizes reusable workflows in the repository's .github/workflows directory. Nested subdirectories are not valid for workflow files.
Observed message
Subdirectories of the workflows directory are not supported.
Why it happens
How to fix it
Official reference
GitHub Docs: Reuse workflowsRelated errors
Explore more