This repository hosts multiple reusable composite GitHub Actions. Each action lives in its own directory at the repository root and exposes an action.yml.
| Action | Path | Description |
|---|---|---|
| Checkout Backlog Git Repository | checkout-backlog |
Clone Backlog (Nulab) Git repo with optional shallow clone & tag fetch |
uses: letrungdo/github-actions/<action-folder>@main
Example for Backlog checkout:
uses: letrungdo/github-actions/checkout-backlog@main
See detailed docs inside each action folder (README.md).
- Create folder:
your-action/ - Add
action.yml - Add
README.mdwith: purpose, inputs, outputs, example usage, version notes. - Update the table above.
- Commit & push; retag if needed.
Reference via relative path before publishing:
uses: ./path/to/cloned/github-actions/checkout-backlog
MIT (see LICENSE)
Made with ❤️ – contributions welcome.