mirror of
https://github.com/actions/setup-node.git
synced 2025-06-28 05:33:47 +00:00
Add dist
This commit is contained in:
parent
870d3d8e13
commit
82af78e9c4
2 changed files with 2 additions and 0 deletions
1
dist/cache-save/index.js
vendored
1
dist/cache-save/index.js
vendored
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue