Now available in public beta, you can reuse entire workflows as if they were an action. Instead of copying and pasting workflow definitions across repositories, you can now reference an existing workflow with a single line of configuration.
Reusing workflows are great for reducing configuration. Here’s a few examples:
- Create a workflow for building your homegrown framework so your users can quickly setup CI
- Create a workflow to deploy to production, and reference it from each repository of your microservice application
- Create a workflow to roll up end-of-sprint metrics, and encourage every team to add it to their repository
Learn more about reusing workflows.
For questions, visit the GitHub Actions community.
To see what's next for Actions, visit our public roadmap.