Reusable Workflow Scaffold
Set up a reusable GitHub Actions workflow that can be triggered from multiple repositories.
Prompt
Can you scaffold a reusable GitHub Actions workflow file (.github/workflows/build.yml) that can be triggered from multiple other repos via workflow_call?