actions-marketplace-validations/split-by
Split the string by the given string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| string | String to split | yes | "" |
| split-by | String to split by | yes | "" |
Outputs
| name | description |
|---|---|
| value | Array of strings |