We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205a9e3 commit 4575e80Copy full SHA for 4575e80
src/LayerCache.ts
@@ -72,9 +72,8 @@ class LayerCache {
72
const rootKey = this.getRootKey()
73
const paths = [
74
this.getUnpackedTarDir(),
75
- // ...(await this.getLayerTarFiles()).map(file => `!${file}`)
76
]
77
- core.info(`Start storing root cache, key: ${rootKey}, dir: ${this.getUnpackedTarDir()}`)
+ core.info(`Start storing root cache, key: ${rootKey}, dir: ${paths}`)
78
const cacheId = await LayerCache.dismissCacheAlreadyExistsError(cache.saveCache(paths, rootKey))
79
core.info(`Stored root cache, key: ${rootKey}, id: ${cacheId}`)
80
return cacheId !== -1 ? cacheId : undefined
0 commit comments