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 6ba1ab0 commit ba2da5fCopy full SHA for ba2da5f
dist/index.js
@@ -9290,6 +9290,7 @@ function wrappy (fn, cb) {
9290
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
9291
9292
const os = __nccwpck_require__(2087);
9293
+const path = __nccwpck_require__(5622);
9294
9295
const core = __nccwpck_require__(2186);
9296
const tc = __nccwpck_require__(7784);
@@ -9375,6 +9376,9 @@ async function run() {
9375
9376
9377
core.addPath(pathToCLI);
9378
9379
+ const matchersPath = __nccwpck_require__.ab + ".github";
9380
+ core.info(`##[add-matcher]${path.join(matchersPath, 'matchers.json')}`);
9381
+
9382
return version;
9383
} catch (ex) {
9384
core.error(ex);
0 commit comments