mirror of
https://github.com/actions/setup-node.git
synced 2025-04-19 19:30:54 +00:00
fix typo
This commit is contained in:
parent
99e06de4da
commit
0e31e1abff
2
dist/cache-save/index.js
vendored
2
dist/cache-save/index.js
vendored
@ -60396,7 +60396,7 @@ const cachePackages = (packageManager) => __awaiter(void 0, void 0, void 0, func
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (core.getInput('cache-restore-only') == 'true') {
|
if (core.getInput('cache-restore-only') == 'true') {
|
||||||
core.info(`Cache was not saved since 'cache-restore-only' was set to true}`);
|
core.info(`Cache was not saved since 'cache-restore-only' was set to true`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!cachePaths.length) {
|
if (!cachePaths.length) {
|
||||||
|
@ -34,9 +34,7 @@ const cachePackages = async (packageManager: string) => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (core.getInput('cache-restore-only') == 'true') {
|
if (core.getInput('cache-restore-only') == 'true') {
|
||||||
core.info(
|
core.info(`Cache was not saved since 'cache-restore-only' was set to true`);
|
||||||
`Cache was not saved since 'cache-restore-only' was set to true}`
|
|
||||||
);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user