Github Actions
Reusable Github Actions
- Github Actions has two flavors for resuable yaml files
- reusable workflow: full workflow is reusable
- Refer Here for resuable workflow in same repo
- Refer Here for a repo with resuable workfows and Refer Here for the changes done in spc
- Composite actions: sharable step bundles with action.yaml
- Refer Here for composite actions
- reusable workflow: full workflow is reusable
- Refer Here for workflow with deployments
Git branching strategy adopted
- We will be discussing a branching strategy adopted majorly
- Refer Here for dummy workflows
