shepherd-dog/Array Filter Action
Filters a JSON array of strings created by another action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| arrayToFilter | the JSON array of strings that you want filtered | yes | — |
| outputFormat | the output format -- either "json", "space_delimited", or "comma_delimited" | no | json |
| suffixFilter | the suffix string that you want to filter by | no | none |
Outputs
| name | description |
|---|---|
| filteredArray | the input array filtered by provided filters |