mirror of
https://github.com/actions/cache.git
synced 2025-06-06 00:58:43 +00:00
Make save/restore logs akin (#509)
- Print primary key when saving cache
This commit is contained in:
committed by
GitHub
parent
aeaf731ae2
commit
26968a09c0
@ -44,6 +44,7 @@ async function run(): Promise<void> {
|
||||
await cache.saveCache(cachePaths, primaryKey, {
|
||||
uploadChunkSize: utils.getInputAsInt(Inputs.UploadChunkSize)
|
||||
});
|
||||
core.info(`Cache saved with key: ${primaryKey}`);
|
||||
} catch (error) {
|
||||
if (error.name === cache.ValidationError.name) {
|
||||
throw error;
|
||||
|
Reference in New Issue
Block a user