Add cache-key as output

This commit is contained in:
Alex Dunae 2025-01-14 10:40:03 -08:00
parent 48b90677b6
commit 870d3d8e13
5 changed files with 46 additions and 3 deletions

View file

@ -45,6 +45,7 @@ export const restoreCache = async (
core.debug(`primary key is ${primaryKey}`);
core.saveState(State.CachePrimaryKey, primaryKey);
core.setOutput('cache-key', primaryKey);
const isManagedByYarnBerry = await repoHasYarnBerryManagedDependencies(
packageManagerInfo,