-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
This is currently in beta. Not sure if it will be applicable to any workflows here.
I think this feature is mainly about reusing workflows within a repo — not across repos.
Reusing workflows
Rather than copying and pasting from one workflow to another, you can make workflows reusable. You and anyone with access to the reusable workflow can then call the reusable workflow from another workflow.
Reusing workflows avoids duplication. This makes workflows easier to maintain and allows you to create new workflows more quickly by building on the work of others, just as you do with actions.
https://docs.github.com/en/actions/learn-github-actions/reusing-workflows
GitHub Actions: reusable workflows is generally available
https://github.blog/2021-11-29-github-actions-reusable-workflows-is-generally-available/
Update
https://github.blog/2022-02-10-using-reusable-workflows-github-actions/