mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 12:54:45 +00:00
Merge d23de777e0
into 49933ea528
This commit is contained in:
commit
770a0b01c2
7 changed files with 95 additions and 4 deletions
1
dist/cache-save/index.js
vendored
1
dist/cache-save/index.js
vendored
|
@ -87983,6 +87983,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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue