Skip to content

Commit 407b041

Browse files
committed
autogen: build bundles
1 parent 7584cdc commit 407b041

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

distAction/index.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -26131,7 +26131,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
2613126131
Object.defineProperty(exports, "__esModule", ({ value: true }));
2613226132
const core_1 = __webpack_require__(2186);
2613326133
const fs_1 = __importDefault(__webpack_require__(5747));
26134-
const path_1 = __importDefault(__webpack_require__(5622));
2613526134
const helpers_1 = __importDefault(__webpack_require__(3015));
2613626135
const mainRunner_1 = __importDefault(__webpack_require__(2765));
2613726136
const [thisOwner, thisRepo] = process.env.GITHUB_REPOSITORY.split('/', 2);
@@ -26142,9 +26141,7 @@ const [thisOwner, thisRepo] = process.env.GITHUB_REPOSITORY.split('/', 2);
2614226141
thisOwner,
2614326142
thisRepo,
2614426143
labels: core_1.getInput('issueLabels').split(','),
26145-
ignorePaths: core_1.getInput('ignore')
26146-
.split(',')
26147-
.map((path) => path_1.default.resolve(path_1.default.join('.', path))),
26144+
ignorePaths: core_1.getInput('ignore').split(','),
2614826145
directory: '.',
2614926146
issueLimit: parseInt(core_1.getInput('issueLimit')) || 5
2615026147
});

0 commit comments

Comments
 (0)