We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8aac5 commit 360237fCopy full SHA for 360237f
1 file changed
src/cache-save.ts
@@ -62,7 +62,7 @@ const cachePackages = async (packageManager: string) => {
62
}
63
64
const cacheId = await cache.saveCache(cachePaths, primaryKey);
65
- if (cacheId == -1) {
+ if (cacheId === -1) {
66
// saveCache returns -1 without throwing when the cache was not saved, e.g.
67
// a reserve collision or a read-only token (fork PR). @actions/cache has
68
// already logged the reason at the appropriate severity, so just trace it.
0 commit comments