This action takes in an array of strings, and one or multiple strings to compare to. The data then filters out any item that isn't in the matchers.
The string array of data. Default []
.
The values to filter the data by.
Default ""
.
Whether the output should use the data, or the matcher.
This is useful for getting partial matches, rather than direct matches) Default false.
The filtered string array.
uses: actions/filter-json-array@v1.7
with:
data: [\"uiLib",\"Model\",\"doc\"]
matcher: "Hello"