Skip to content

Commit 54c3dda

Browse files
author
Adrian Chang
committed
done
1 parent a756ee7 commit 54c3dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26847,10 +26847,10 @@ try {
2684726847
});
2684826848
});
2684926849
const finalMatrixJSON = JSON.stringify(finalMatrix);
26850-
core.logger.info(finalMatrixJSON);
26850+
core.info(finalMatrixJSON);
2685126851
core.setOutput("matrix", finalMatrixJSON);
2685226852
} catch(e) {
26853-
core.logger.error(e);
26853+
core.error(e);
2685426854
core.setFailed("Could not create matrix");
2685526855
}
2685626856
})();

0 commit comments

Comments
 (0)