parent
67f0a68f0e
commit
06441bbdcd
2 changed files with 16 additions and 15 deletions
4
post.js
4
post.js
|
|
@ -79,9 +79,9 @@ async function saveCache(cacheConfig) {
|
|||
{ followSymbolicLinks: false }
|
||||
)
|
||||
const key = `${config.baseCacheKey}-${cacheConfig.name}-${hash}`
|
||||
console.log(`Attempting to save ${paths} cache to ${key}`)
|
||||
core.debug(`Attempting to save ${paths} cache to ${key}`)
|
||||
await cache.saveCache(paths, key)
|
||||
console.log('Successfully saved cache')
|
||||
core.info('Successfully saved cache')
|
||||
} catch (error) {
|
||||
core.warning(error.stack)
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue