This application synchronizes from an internal repository to an external repository to publish a series of GitHub Actions. It is bundled together using @vercel/ncc.
| Action | Description | Source Directory |
|---|---|---|
| Nx Set SHAs | Determines the appropriate base/head pair for nx affected while handling PR, merge queue, and workflow fallbacks. |
src/nx-set-shas |
| Sample Test | Diagnostic echo action used to validate the build pipeline. | src/sample-test |
Add more actions by creating a new directory under src/, adding action.yml and src/index.ts
Run nx run infra-github-actions:build to rebuild and publish all actions.