rageagainstthepixel/job-builder
A GitHub action to setup job matrixes for complex job workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-options | The path to the build options JSON file. | yes | — |
| group-by | The property to group jobs by. Defaults to the first property in the build options object. | no | — |
| sort-by | The order to sort job groups by name. Accepts `asc`, `ascending`, `desc`, `descending`. Defaults to `ascending`. | no | ascending |
| job-name-prefix | The prefix to use for job names. Defaults to empty string. | no | — |
Outputs
| name | description |
|---|---|
| jobs | The JSON string of the job matrix. |