colpal/Find Exec
Create "matrix" compliant file/folder lists using patterns
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 7, 2023
- License
- MIT
Pinned Snippet
uses: colpal/actions-find-exec@ed76fdf4522b0cde5dff50975c092c836f892f98 # v0.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| patterns | The pattern(s) with which to match files/folders | — | — |
| root-patterns | The pattern(s) to which all files/folders matched by `filter-patterns` will be hoisted | — | — |
| filter-patterns | The pattern(s) that will be used to filter (but not match) files/folders | — | ** |
| source | The 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 | — | — |
Outputs
| name | description |
|---|---|
| matches | The files/folders that matched the pattern |