Skip to content

Commit ba2da5f

Browse files
committed
Update dist/index.js
1 parent 6ba1ab0 commit ba2da5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9290,6 +9290,7 @@ function wrappy (fn, cb) {
92909290
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
92919291

92929292
const os = __nccwpck_require__(2087);
9293+
const path = __nccwpck_require__(5622);
92939294

92949295
const core = __nccwpck_require__(2186);
92959296
const tc = __nccwpck_require__(7784);
@@ -9375,6 +9376,9 @@ async function run() {
93759376

93769377
core.addPath(pathToCLI);
93779378

9379+
const matchersPath = __nccwpck_require__.ab + ".github";
9380+
core.info(`##[add-matcher]${path.join(matchersPath, 'matchers.json')}`);
9381+
93789382
return version;
93799383
} catch (ex) {
93809384
core.error(ex);

0 commit comments

Comments
 (0)