actions-marketplace-validations/action minimatch
github aciton minimatch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| strings | 有分隔符的字符串或字符串数组 | yes | — |
| separator | 文件名字符串分隔符,默认空格 | no | "" |
| patterns | 查看https://github.com/isaacs/minimatch#properties | yes | — |
Outputs
| name | description |
|---|---|
| files | 至少有一个匹配,则返回匹配的文件名(filenames 参数是数组就返回数组,是有间隔的字符串,就返回有间隔字符串,间隔符用参数 separator ) 没有匹配,则为False |