Skip to content

Commit 7bdd1f0

Browse files
authored
Update README.md [skip ci]
1 parent 48c3a0a commit 7bdd1f0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
The GitHub Actions extension lets you manage your workflows, view the workflow run history, and edit GitHub secrets.
1212

13-
![image](https://github.com/timheuer/GitHubActionsVS/assets/4821/43e011c8-2ac1-4ae9-aa95-747fe033e5c6)
13+
<img width="668" alt="image" src="https://github.com/timheuer/GitHubActionsVS/assets/4821/aaa07dd3-512e-4a9b-a768-087372bf5e34">
14+
1415

1516
## Features
1617

@@ -24,15 +25,19 @@ If an active solution exists and it is both a git and GitHub.com repository, the
2425

2526
To view the history simply select a run and navigate through the tree view to see details. You can double-click on a leaf node to launch to the log point on the repo to view the rich log output.
2627

27-
> Not yet implemented: The ability to [monitor a workflow run while in process](https://github.com/timheuer/GitHubActionsVS/issues/15).
28-
2928
If you close and open a new project the window will be refreshed to represent the current state.
3029

30+
Based on your settings you can enable 'polling' of active running workflows that are not in the `completed` status. This will refresh the Current Branch workflow runs until the state is completed.
31+
3132
#### Limit run count retrieval
3233
By default a maximum of last 10 runs are retrieved. You can change this in the `Tools...Options` of Visual Studio and set an integer value.
3334

34-
![image](https://github.com/timheuer/GitHubActionsVS/assets/4821/588fc711-1c02-4268-a9a4-32411028f213)
35+
![image](https://github.com/timheuer/GitHubActionsVS/assets/4821/661f28cb-b906-476f-ae57-accfbdd63f1f)
36+
37+
#### Trigger a Workflow
38+
If your Workflows enable a dispatch capability you can trigger to run a workflow directly from Visual Studio:
3539

40+
![image](https://github.com/timheuer/GitHubActionsVS/assets/4821/f90697f8-a9e7-4d76-bcad-35d5c4a7ff58)
3641

3742
#### Manually refresh
3843
You can manually refresh the view by clicking the refresh icon in the toolbar:

0 commit comments

Comments
 (0)