In this video, we will discuss about reusable workflows and composite actions in GitHub Actions. We will also see how to create and use both of these features.
Reusable workflows can share and reuse your automation logic across multiple repositories. They are defined in YAML files and can be triggered by pushes, pull requests, and releases.
Composite actions are a way to combine multiple steps into a single action. They are useful for tasks that are frequently performed together, such as linting code, running tests, and deploying to production.
By the end of this video, you will know how to use reusable workflows and composite actions to automate your development workflows.
Links:
[ Ссылка ]
[ Ссылка ]
Ещё видео!