Usability improvements:

- Include bundle name in cache key
- Emit a few more messages at 'info'
This commit is contained in:
Daz DeBoer
2021-09-15 15:48:55 -06:00
parent 6084a4eb65
commit bebb162342
6 changed files with 13 additions and 10 deletions

View File

@@ -107,7 +107,7 @@ export abstract class AbstractCache {
core.saveState(this.cacheResultStateKey, cacheResult)
core.info(
`${this.cacheDescription} restored from cache key: ${cacheResult}`
`Restored ${this.cacheDescription} from cache key: ${cacheResult}`
)
await this.afterRestore()