Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
support matrix builds
Browse files Browse the repository at this point in the history
fixes #15
closes #16
  • Loading branch information
paulpach committed Feb 28, 2022
1 parent fad0cf4 commit 46e3c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function run(): Promise<void> {
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",
Expand Down

0 comments on commit 46e3c87

Please sign in to comment.