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 55295b6 commit 6b8a810Copy full SHA for 6b8a810
.github/actions/lbox-matrix/index.js
@@ -26809,7 +26809,6 @@ var __webpack_exports__ = {};
26809
const core = __nccwpck_require__(8611);
26810
26811
try {
26812
- core.logger.info(process.env);
26813
const files = JSON.parse(core.getInput('files-changed'));
26814
const startingMatrix = [
26815
{
@@ -26843,7 +26842,7 @@ try {
26843
26842
startingMatrix.forEach(matrixItem => {
26844
finalMatrix.push({
26845
...matrixItem,
26846
- package: files.split('/')[1]
+ package: file.split('/')[1]
26847
});
26848
26849
0 commit comments