mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Change logic to find matchers.json file
This commit is contained in:
parent
b05c2a57a4
commit
b2ef77dbb7
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export async function run() {
|
|||
}
|
||||
|
||||
// add problem matchers
|
||||
const matchersPath = path.join(__dirname, '../..', 'matchers.json');
|
||||
const matchersPath = path.join(process.cwd(), 'matchers.json');
|
||||
core.info(`##[add-matcher]${matchersPath}`);
|
||||
|
||||
// output the version actually being used
|
||||
|
|
Loading…
Add table
Reference in a new issue