mirror of
https://github.com/actions/setup-node
synced 2025-04-15 04:46:03 +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;
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user