Make some small changes according to review points

This commit is contained in:
Ivan Zosimov (Akvelon INC) 2022-02-24 13:25:48 +03:00
parent b50606f375
commit 2e1e7c7d7e
3 changed files with 3 additions and 3 deletions

2
dist/setup/index.js vendored
View file

@ -3728,7 +3728,7 @@ function run() {
yield cache_restore_1.restoreCache(packageManager, cacheDependencyPath);
}
// add problem matchers
const matchersPath = path_1.default.join(process.cwd(), 'matchers.json');
const matchersPath = path_1.default.join(__dirname, '../..', 'matchers.json');
core.info(`##[add-matcher]${matchersPath}`);
// output the version actually being used
let goPath = yield io.which('go');