From 1791a2a502b8f9fef41d563cd40bd2432c35b88f Mon Sep 17 00:00:00 2001 From: Gonzalo Peci Date: Wed, 15 Jan 2025 11:00:48 +0100 Subject: [PATCH] Verbose --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index e43301b..ed64245 100644 --- a/src/main.ts +++ b/src/main.ts @@ -51,6 +51,7 @@ async function run(): Promise { 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)