colpal/Find Exec

Create "matrix" compliant file/folder lists using patterns

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 7, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: colpal/actions-find-exec@ed76fdf4522b0cde5dff50975c092c836f892f98 # v0.1.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
patternsThe pattern(s) with which to match files/folders
root-patternsThe pattern(s) to which all files/folders matched by `filter-patterns` will be hoisted
filter-patternsThe pattern(s) that will be used to filter (but not match) files/folders **
sourceThe source to which `patterns` or `filter-patterns` will be applied. If not provided, the filesystem will be used. If provided, it must be a JSON-formatted array of file/folder paths
namedescription
matchesThe files/folders that matched the pattern