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 a756ee7 commit 54c3ddaCopy full SHA for 54c3dda
.github/actions/lbox-matrix/index.js
@@ -26847,10 +26847,10 @@ try {
26847
});
26848
26849
const finalMatrixJSON = JSON.stringify(finalMatrix);
26850
- core.logger.info(finalMatrixJSON);
+ core.info(finalMatrixJSON);
26851
core.setOutput("matrix", finalMatrixJSON);
26852
} catch(e) {
26853
- core.logger.error(e);
+ core.error(e);
26854
core.setFailed("Could not create matrix");
26855
}
26856
})();
0 commit comments