mirror of
https://github.com/dorny/paths-filter.git
synced 2026-07-12 02:15:36 +00:00
Verbose
This commit is contained in:
parent
5a3321d2f3
commit
1791a2a502
@ -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…
Reference in New Issue
Block a user