Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit a239db0

Browse files
I think this is the fix
1 parent 30daf5f commit a239db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BCC.Web/Services/GitHub/GitHubAppModelService.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ public async Task UpdateCheckRunAsync(long checkRunId, string owner, string repo
152152
{
153153
Output = new NewCheckRunOutput(createCheckRun.Title, createCheckRun.Summary)
154154
{
155+
Text = createCheckRun.Text,
156+
Images = createCheckRun.Images?.Select(image => new NewCheckRunImage(image.Alt, image.ImageUrl) { Caption = image.Caption }).ToArray(),
155157
Annotations = annotations
156158
.Select(CreateNewCheckRunAnnotation)
157159
.ToArray()

0 commit comments

Comments
 (0)