theforeman/Compose a GitHub Actions matrix
Combine a base matrix with additional parameters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository to clone | no | — |
| ref | Ref to clone | no | — |
| base_matrix_path | Path within the repository to the file containing the base matrix, encoded as JSON | no | .github/matrix.json |
| include | Variable "include" for the matrix, encoded in JSON | no | "" |
| exclude | Variable "exclude" for the matrix, encoded in JSON | no | "" |
Outputs
| name | description |
|---|---|
| matrix | GitHub Action matrix configuration |