Skip to content

spencer-robertson/github-action-editor

Repository files navigation

GitHub Action's Editor

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.

Example workflow

Usage

  1. Install the extension from the Marketplace.
  2. Open or create a .github/workflows YAML file in your project (See more here).
  3. Click on the  pencil  in the top right corner or run the Edit Github Action command.
  4. Save your changes and commit them to your repository.

Features

  • 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!

    Drag and drop


  • Reorganize steps: Drag and drop steps to reorder them!

    Reorder steps

Contributing

We welcome contributions to improve the extension! If you have any suggestions or find any issues, please open an issue on GitHub.

Support

For support, please visit our GitHub Discussions,

License

This extension is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages