Change logic to find matchers.json file

This commit is contained in:
Ivan Zosimov (Akvelon INC) 2022-02-24 10:51:21 +03:00
parent b05c2a57a4
commit b2ef77dbb7

View file

@ -53,7 +53,7 @@ export async function run() {
} }
// add problem matchers // add problem matchers
const matchersPath = path.join(__dirname, '../..', 'matchers.json'); const matchersPath = path.join(process.cwd(), 'matchers.json');
core.info(`##[add-matcher]${matchersPath}`); core.info(`##[add-matcher]${matchersPath}`);
// output the version actually being used // output the version actually being used