Skip to content

Commit 6b8a810

Browse files
author
Adrian Chang
committed
done
1 parent 55295b6 commit 6b8a810

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26809,7 +26809,6 @@ var __webpack_exports__ = {};
2680926809
const core = __nccwpck_require__(8611);
2681026810

2681126811
try {
26812-
core.logger.info(process.env);
2681326812
const files = JSON.parse(core.getInput('files-changed'));
2681426813
const startingMatrix = [
2681526814
{
@@ -26843,7 +26842,7 @@ try {
2684326842
startingMatrix.forEach(matrixItem => {
2684426843
finalMatrix.push({
2684526844
...matrixItem,
26846-
package: files.split('/')[1]
26845+
package: file.split('/')[1]
2684726846
});
2684826847
});
2684926848
});

0 commit comments

Comments
 (0)