reyahsolutions/Matrix Git generator
A github action that can generate a matrix to run multiple jobs from git changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github access token | no | ${{ github.token }} |
| base | Git base reference, can be a branch name or a commit hash. The change list will be compared to the base. Will default to the last commit of the current branch | no | ${{ github.ref }} |
| filters | A list of filter to apply | yes | — |
Outputs
| name | description |
|---|---|
| matrix | An stringified array for each sub-directories that contain a file changes and that match the filters |
| empty | Return a boolean to indicate if the matrix is empty or not, useful for skipping jobs based on that matrix |