kurnev/Match against glob
Matches filenames against glob patterns. Uses minimatch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 15, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: kurnev/match-against-glob-action@f574644dfdf1f878ab8b798ac9dc3c881c4be5e1 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| filenames | Filenames to test. Use comma separated list in string format | yes | — |
| patterns | Glob patterns to test against. Use comma separated list in string format | yes | — |
Outputs
| name | description |
|---|---|
| match | True if at least one filename matches against at least one glob. False if no matches were found |
| files | Lists all files matching the patterns |