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
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
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()