correct lang

This commit is contained in:
softprops 2020-01-05 20:40:14 -05:00
parent 64bce4b041
commit 93e7ede059

View File

@ -32,7 +32,7 @@ async function run() {
} }
const matchersPath = path.join(__dirname, '..', '.github'); 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) { } catch (error) {
core.setFailed(error.message); core.setFailed(error.message);