From 46e3c87a3b768fc853377424dbf83c2f468cc912 Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Sun, 27 Feb 2022 18:02:14 -0600 Subject: [PATCH] support matrix builds fixes #15 closes #16 --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 22c91c9..adb494d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -44,7 +44,7 @@ async function run(): Promise { const pr = context.payload.pull_request; await octokit.checks.create({ head_sha: (pr && pr["head"] && pr["head"].sha) || context.sha, - name: "Tests Report", + name: `Tests Report: ${title}`, owner: context.repo.owner, repo: context.repo.repo, status: "completed",