This commit is contained in:
Alex Dunae
2025-01-22 09:02:07 +11:00
committed by GitHub
7 changed files with 95 additions and 4 deletions

View File

@@ -92132,6 +92132,7 @@ const cachePackages = (packageManager) => __awaiter(void 0, void 0, void 0, func
return;
}
core.info(`Cache saved with the key: ${primaryKey}`);
core.setOutput('cache-key', primaryKey);
});
run(true);