The GitHub Action Editor is a Visual Studio Code extension designed to simplify the creation of GitHub Actions workflows. With this extension, you can visually edit your YAML files for GitHub Actions, making it easier and quicker to build your CI/CD pipeline.
- Install the extension from the Marketplace.
- Open or create a .github/workflows YAML file in your project (See more here).
- Click on the in the top right corner or run the
Edit Github Action
command. - Save your changes and commit them to your repository.
-
Connect jobs together easily: You no longer need to remember the ID of the jobs you want to connect, instead you can just drag and drop!
We welcome contributions to improve the extension! If you have any suggestions or find any issues, please open an issue on GitHub.
For support, please visit our GitHub Discussions,
This extension is licensed under the MIT License.