Skip to content

Commit dc6eab6

Browse files
committed
Update dist
1 parent 6f4b74b commit dc6eab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/cache-save/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46538,7 +46538,7 @@ async function saveCache(packageManager) {
4653846538
core.info(`[warning]${message}`);
4653946539
return;
4654046540
}
46541-
if (cacheId == -1) {
46541+
if (cacheId === -1) {
4654246542
// saveCache returns -1 without throwing when the cache was not saved, e.g.
4654346543
// a reserve collision or a read-only token (fork PR). @actions/cache has
4654446544
// already logged the reason at the appropriate severity, so just trace it.

0 commit comments

Comments
 (0)