Skip to content

Commit 7649dd4

Browse files
committed
Changed toolbar URL to go to Actions
1 parent 29fb01f commit 7649dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ToolWindows/GHActionsToolWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private Task GotoRepoAsync()
4747
{
4848
if (_repoInfo is { RepoUrl.Length: > 0 })
4949
{
50-
Process.Start(_repoInfo?.RepoUrl);
50+
Process.Start($"{_repoInfo?.RepoUrl}/actions");
5151
}
5252

5353
return Task.CompletedTask;

0 commit comments

Comments
 (0)