Skip to content

Commit 07cb3a1

Browse files
committed
format file
Signed-off-by: Mahdi Bouaziz <bouazizmedmahdi@gmail.com>
1 parent f1b0a87 commit 07cb3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/services/github.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ func (g gitHubService) Send(notification Notification, _ Destination) error {
689689
ExternalID: &externalID,
690690
Name: notification.GitHub.CheckRun.Name,
691691
DetailsURL: &notification.GitHub.CheckRun.DetailsURL,
692-
Status: &notification.GitHub.CheckRun.Status,
693-
Conclusion: &notification.GitHub.CheckRun.Conclusion,
692+
Status: &notification.GitHub.CheckRun.Status,
693+
Conclusion: &notification.GitHub.CheckRun.Conclusion,
694694
StartedAt: &github.Timestamp{Time: startedTime},
695695
CompletedAt: &github.Timestamp{Time: completedTime},
696696
Output: checkRunOutput,

0 commit comments

Comments
 (0)