mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-11-08 21:49:00 +08:00
Usability improvements:
- Include bundle name in cache key - Emit a few more messages at 'info'
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user