mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
Verbose
This commit is contained in:
parent
5a3321d2f3
commit
1791a2a502
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ async function run(): Promise<void> {
|
|||
const filterConfig: FilterConfig = { predicateQuantifier }
|
||||
|
||||
const filter = new Filter(filtersYaml, filterConfig)
|
||||
core.info(`Detected ${filesInput} files`)
|
||||
const files = await getChangedFiles(filesInput, token, base, ref, initialFetchDepth)
|
||||
core.info(`Detected ${files.length} changed files`)
|
||||
const results = filter.match(files)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue