File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -45471,6 +45471,7 @@ function run() {
45471
45471
yield cache.saveCache(cachePaths, primaryKey, {
45472
45472
uploadChunkSize: utils.getInputAsInt(constants_1.Inputs.UploadChunkSize)
45473
45473
});
45474
+ core.info(`Cache saved with key: ${primaryKey}`);
45474
45475
}
45475
45476
catch (error) {
45476
45477
if (error.name === cache.ValidationError.name) {
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ async function run(): Promise<void> {
44
44
await cache . saveCache ( cachePaths , primaryKey , {
45
45
uploadChunkSize : utils . getInputAsInt ( Inputs . UploadChunkSize )
46
46
} ) ;
47
+ core . info ( `Cache saved with key: ${ primaryKey } ` ) ;
47
48
} catch ( error ) {
48
49
if ( error . name === cache . ValidationError . name ) {
49
50
throw error ;
You can’t perform that action at this time.
0 commit comments