mirror of
https://gitea.com/actions/setup-node.git
synced 2025-12-14 04:31:34 +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