Skip to content

Commit

Permalink
fix: Check error when updating check run
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenstor committed Oct 11, 2024
1 parent 7bef993 commit bafde64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ func (g gitHubService) Send(notification Notification, _ Destination) error {
}
}

g.client.Checks.UpdateCheckRun(
_, _, err = g.client.Checks.UpdateCheckRun(
context.Background(),
u[0],
u[1],
Expand Down

0 comments on commit bafde64

Please sign in to comment.