Skip to content

Commit a10eaf4

Browse files
committed
Adding small status message when workflow requested
1 parent db0b33f commit a10eaf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ToolWindows/GHActionsToolWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ private void RunWorkflow_Click(object sender, RoutedEventArgs e)
539539
try
540540
{
541541
_ = client.Actions.Workflows.CreateDispatch(_repoInfo.RepoOwner, _repoInfo.RepoName, (long)tvi.Tag, cwd);
542+
VS.StatusBar.ShowMessageAsync("Workflow run requested...").FireAndForget();
542543
}
543544
catch (Exception ex)
544545
{

0 commit comments

Comments
 (0)