1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-06-10 14:02:19 +02:00
This commit is contained in:
Alex Dunae 2025-01-14 10:46:08 -08:00
parent 870d3d8e13
commit 82af78e9c4
2 changed files with 2 additions and 0 deletions

View file

@ -83729,6 +83729,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);