correct lang
This commit is contained in:
parent
64bce4b041
commit
93e7ede059
@ -32,7 +32,7 @@ async function run() {
|
||||
}
|
||||
|
||||
const matchersPath = path.join(__dirname, '..', '.github');
|
||||
console.log(`##[add-matcher]${path.join(matchersPath, 'go.json')}`);
|
||||
console.log(`##[add-matcher]${path.join(matchersPath, 'rust.json')}`);
|
||||
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
|
Loading…
Reference in New Issue
Block a user