This repository contains reusable GitHub Actions workflows and composite actions that can be used across multiple repositories.
- Clone this repository
- Make your changes
- Push to the main branch or create a release tag for versioning
- Use release tags or specific branches (e.g.,
@v1or@main) when referencing workflows - Test workflows thoroughly before using them in production
- Keep workflows up to date with the latest action versions
- Document any changes in the workflow files
When adding new reusable workflows:
- Create the workflow in
.github/workflows/ - Ensure the workflow uses
workflow_calltrigger - Document all inputs and outputs
- Add usage examples to this README
- Test the workflow in a separate repository before merging
[Add your license information here]