Skip to content

Commit

Permalink
Adding small status message when workflow requested
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Sep 15, 2023
1 parent db0b33f commit a10eaf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ToolWindows/GHActionsToolWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ private void RunWorkflow_Click(object sender, RoutedEventArgs e)
try
{
_ = client.Actions.Workflows.CreateDispatch(_repoInfo.RepoOwner, _repoInfo.RepoName, (long)tvi.Tag, cwd);
VS.StatusBar.ShowMessageAsync("Workflow run requested...").FireAndForget();
}
catch (Exception ex)
{
Expand Down

0 comments on commit a10eaf4

Please sign in to comment.