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

Commit 001fa8d

Browse files
Revert "I think this is the fix"
This reverts commit a239db0.
1 parent 858a21d commit 001fa8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ 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(),
157155
Annotations = annotations
158156
.Select(CreateNewCheckRunAnnotation)
159157
.ToArray()

0 commit comments

Comments
 (0)