Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ba64302

Browse files
Updating link
1 parent b16b5ea commit ba64302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.InlineReviews/Services/PullRequestSessionService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ async Task<LastCommitAdapter> GetPullRequestLastCommitAdapter(HostAddress addres
767767
Conclusion = (CheckConclusionState?) run.Conclusion,
768768
Status = (CheckStatusState) run.Status,
769769
Name = run.Name,
770-
DetailsUrl = run.Url,
770+
DetailsUrl = run.Permalink,
771771
Summary = run.Summary,
772772
StartedAt = run.StartedAt,
773773
CompletedAt = run.CompletedAt,

0 commit comments

Comments
 (0)