From debe4b4f36aa52cfca73e5352d2e0ce5333a47d8 Mon Sep 17 00:00:00 2001 From: Jonathan Kelley Date: Tue, 28 Jan 2025 18:42:45 -0800 Subject: [PATCH] add logging re incremnetal --- src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.ts b/src/config.ts index f1102d6..c72f5dd 100644 --- a/src/config.ts +++ b/src/config.ts @@ -330,6 +330,7 @@ export class CacheConfig { for (const file of this.keyFiles) { core.info(` - ${file}`); } + core.info(`.. Incremental: ${this.incremental}`); core.endGroup(); }