mirror of
https://github.com/actions/setup-go.git
synced 2023-09-23 05:03:39 +00:00
Minor fix
This commit is contained in:
parent
75be648571
commit
9eecd2d0d7
@ -59,7 +59,7 @@ const cachePackages = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const cacheId = await cache.saveCache(cachePaths, primaryKey);
|
const cacheId = await cache.saveCache(cachePaths, primaryKey);
|
||||||
if (cacheId == -1) {
|
if (cacheId === -1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
core.info(`Cache saved with the key: ${primaryKey}`);
|
core.info(`Cache saved with the key: ${primaryKey}`);
|
||||||
|
Loading…
Reference in New Issue
Block a user