mirror of https://github.com/actions/cache.git
Troubleshoot
This commit is contained in:
parent
ec07d5423f
commit
c3d0d9130a
|
@ -6288,9 +6288,9 @@ function saveCacheV2(paths, key, options, enableCrossOsArchive = false) {
|
|||
core.info(`Failed to save: ${typedError.message}`);
|
||||
}
|
||||
else {
|
||||
core.warning(`Failed to save: ${typedError.stack}`);
|
||||
core.warning(`Failed to save: ${typedError.message}`);
|
||||
}
|
||||
throw error;
|
||||
}
|
||||
finally {
|
||||
// Try to delete the archive to save space
|
||||
|
|
|
@ -6288,9 +6288,9 @@ function saveCacheV2(paths, key, options, enableCrossOsArchive = false) {
|
|||
core.info(`Failed to save: ${typedError.message}`);
|
||||
}
|
||||
else {
|
||||
core.warning(`Failed to save: ${typedError.stack}`);
|
||||
core.warning(`Failed to save: ${typedError.message}`);
|
||||
}
|
||||
throw error;
|
||||
}
|
||||
finally {
|
||||
// Try to delete the archive to save space
|
||||
|
|
|
@ -6288,9 +6288,9 @@ function saveCacheV2(paths, key, options, enableCrossOsArchive = false) {
|
|||
core.info(`Failed to save: ${typedError.message}`);
|
||||
}
|
||||
else {
|
||||
core.warning(`Failed to save: ${typedError.stack}`);
|
||||
core.warning(`Failed to save: ${typedError.message}`);
|
||||
}
|
||||
throw error;
|
||||
}
|
||||
finally {
|
||||
// Try to delete the archive to save space
|
||||
|
|
|
@ -6288,9 +6288,9 @@ function saveCacheV2(paths, key, options, enableCrossOsArchive = false) {
|
|||
core.info(`Failed to save: ${typedError.message}`);
|
||||
}
|
||||
else {
|
||||
core.warning(`Failed to save: ${typedError.stack}`);
|
||||
core.warning(`Failed to save: ${typedError.message}`);
|
||||
}
|
||||
throw error;
|
||||
}
|
||||
finally {
|
||||
// Try to delete the archive to save space
|
||||
|
|
Loading…
Reference in New Issue