actions-matrix/release-matrix-action
GitHub Action to generate matrix using "endoflife-date/release-data" dataset
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| search | The search keyword for release data | yes | — |
| date | Set the filter for the release by date, e.g: 2023-01-01, 2023 | no | — |
| version | Set the filter for the release by version, e.g: 1.0 | no | — |
| limit | Set the limit for the number of releases to output, default: 3 | no | — |
| strict | Enable strict mode for the search, will throw if no release were found. default: false | no | false |
| source-repo | The source repository to fetch the data from, default: "endoflife-date/release-data" | no | endoflife-date/release-data |
| source-branch | The source branch to fetch the data from, default: "main" | no | — |
Outputs
| name | description |
|---|---|
| matrix | The `matrix` data |
| releases | The `matrix.release`` data |
| versions | The `matrix.versions` data |