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 6f4b74b commit dc6eab6Copy full SHA for dc6eab6
1 file changed
dist/cache-save/index.js
@@ -46538,7 +46538,7 @@ async function saveCache(packageManager) {
46538
core.info(`[warning]${message}`);
46539
return;
46540
}
46541
- if (cacheId == -1) {
+ if (cacheId === -1) {
46542
// saveCache returns -1 without throwing when the cache was not saved, e.g.
46543
// a reserve collision or a read-only token (fork PR). @actions/cache has
46544
// already logged the reason at the appropriate severity, so just trace it.
0 commit comments