mirror of
https://github.com/actions/setup-node.git
synced 2025-12-13 07:41:37 +08:00
fix typo
This commit is contained in:
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;
|
||||
}
|
||||
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;
|
||||
}
|
||||
if (!cachePaths.length) {
|
||||
|
||||
@@ -34,9 +34,7 @@ const cachePackages = async (packageManager: string) => {
|
||||
return;
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user