actions-marketplace-validations/json-array-builder
Build JSON array to be used in dynamic matrix job
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| str | String to split by separator to build JSON array. str cannot be used with cmd at the same time. | no | — |
| cmd | Execute the given command and use the stdout to split by separator to build JSON array. str cannot be used with cmd at the same time. | no | — |
| separator | String to separate a given input. If you need to separate by '\n', please specify the value as 'newline'. Also, if you need to separate by ' ', please specify the value as 'space'. | no | newline |
| json_array | If given JSON array string, this action appends to it. | no | — |
Outputs
no outputs