From 93e7ede0596e0edf729002ae829d7e4329a6f2c6 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 5 Jan 2020 20:40:14 -0500 Subject: [PATCH] correct lang --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index cf448ca..f84e6cd 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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);