Skip to content

Commit

Permalink
Update github_comments.go
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfieJones committed Apr 12, 2024
1 parent 623a588 commit f3b0e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/backend/app/git/github/github_comments.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (c *GithubAppClient) createCheckRun(ctx context.Context, project models.Pro
Status: &status,
StartedAt: &startedAt,
Output: &github.CheckRunOutput{
Title: &title,
Title: &summary,
Summary: &summary,
},
}
Expand Down Expand Up @@ -137,7 +137,7 @@ func (c *GithubAppClient) updateCheckRun(ctx context.Context, project models.Pro
Name: title,
DetailsURL: &detailsURL,
Output: &github.CheckRunOutput{
Title: &title,
Title: &summary,
Summary: &summary,
},
}
Expand Down

0 comments on commit f3b0e22

Please sign in to comment.