samirsilwal/Dynamic GH Actions matrix
A gihhub action that parses string inputs with different delimiters for matrix jobs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| value | A string input with or without delimiter. | yes | — |
| delimiter | A delimiter to parse the input string. | no | , |
| run-all-default-values | A default value to return if `ALL`or `all` is passed as input. | no | — |
Outputs
| name | description |
|---|---|
| parsed | A parsed unput supported by job matrix to run furthers steps/jobs parallely. |
| is-empty | A boolean value to check if the output is empty or not. |