Skip to content

Commit 996fd9b

Browse files
Merge pull request #94 from github/ketchup/editReadme
Update README.md with supported/unsupported list
2 parents cebf734 + 93a94de commit 996fd9b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,21 @@ Be more confident when authoring and modifying workflows. Find errors before com
3636

3737
## Getting started
3838

39-
1. Install the extension from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions)
39+
1. Install the extension from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions).
4040
1. Sign in with your GitHub account and when prompted allow `GitHub Actions` access to your GitHub account.
41-
1. Open a GitHub repository
41+
1. Open a GitHub repository.
42+
1. You will be able to utilize the syntax features in Workflow files, and you can find the GitHub Actions icon on the left navigation to manage your Workflows.
43+
44+
45+
## Supported Features
46+
47+
- Manage your workflows and runs
48+
- Edit workflows (syntax highlighting, auto-completion, hovering, and validation)
49+
- Keep track of your CI builds and deployments
50+
- Investigate failures and view logs
51+
- Modify settings like Environments, Secrets, and Variables
52+
53+
Unfortunately, at this time we are not able to support the extension with [remote repositories](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories) (including [github.dev](https://github.dev/) and [vscode.dev](https://vscode.dev/)), so please use the extension with locally downloaded GitHub repositories for the best experience. Please check back here for updates in the future!
4254

4355
## Contributing
4456

0 commit comments

Comments
 (0)