Reusable Workflow Scaffold
可复用工作流脚手架
Set up a reusable GitHub Actions workflow that can be triggered from multiple repositories.
设置一个可重复使用的 GitHub Actions 工作流,可从多个仓库触发。
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?