This commit is contained in:
Ariki 2023-08-31 15:27:44 +03:00
parent 99e06de4da
commit 0e31e1abff
2 changed files with 2 additions and 4 deletions

View File

@ -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) {

View File

@ -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;
}