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 fa8bde1 commit 6f4b74bCopy full SHA for 6f4b74b
1 file changed
src/cache-save.ts
@@ -70,7 +70,7 @@ async function saveCache(packageManager: string) {
70
return;
71
}
72
73
- if (cacheId == -1) {
+ if (cacheId === -1) {
74
// saveCache returns -1 without throwing when the cache was not saved, e.g.
75
// a reserve collision or a read-only token (fork PR). @actions/cache has
76
// already logged the reason at the appropriate severity, so just trace it.
0 commit comments