Skip to content

Commit 238d6d6

Browse files
author
Adrian Chang
committed
done
1 parent d070d88 commit 238d6d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/lbox-matrix/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26847,7 +26847,8 @@ try {
2684726847
});
2684826848
});
2684926849
core.setOutput("matrix", JSON.stringify(finalMatrix));
26850-
} catch {
26850+
} catch(e) {
26851+
core.logger.error(e);
2685126852
core.setFailed("Could not create matrix");
2685226853
}
2685326854
})();

0 commit comments

Comments
 (0)