3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-29 06:35:53 +00:00

add logging re incremnetal

This commit is contained in:
Jonathan Kelley 2025-01-28 18:42:45 -08:00
parent c9276fc739
commit debe4b4f36
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -330,6 +330,7 @@ export class CacheConfig {
for (const file of this.keyFiles) {
core.info(` - ${file}`);
}
core.info(`.. Incremental: ${this.incremental}`);
core.endGroup();
}