mirror of
https://github.com/actions/setup-node.git
synced 2025-12-16 18:21:48 +08:00
fix typo
This commit is contained in:
@@ -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