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 360237f commit 4e1a87aCopy full SHA for 4e1a87a
1 file changed
dist/cache-save/index.js
@@ -46418,7 +46418,7 @@ const cachePackages = async (packageManager) => {
46418
return;
46419
}
46420
const cacheId = await cache.saveCache(cachePaths, primaryKey);
46421
- if (cacheId == -1) {
+ if (cacheId === -1) {
46422
// saveCache returns -1 without throwing when the cache was not saved, e.g.
46423
// a reserve collision or a read-only token (fork PR). @actions/cache has
46424
// already logged the reason at the appropriate severity, so just trace it.
0 commit comments