Actionforge VS Code ExtensionWelcome to the source code of the Actionforge VS Code Extension Actionforge supercharges your GitHub Actions workflow experience in VS Code. Designed for time saving, this extension integrates seamlessly into your coding environment, offering a suite of tools to help you manage your GitHub Actions workflows. Whether you're a beginner or a seasoned developer, Actionforge helps set up your workflows within minutes, not hours. You can finally say good bye to tedious editing of YAML files. Video TutorialCreate your first workflowThe easiest way to create a workflow is to use the command called Select a name for your workflow and press The extension will now create two files, a workflow file and an action graph file. Why two files?In order to use an action graph in your workflow, Actionforge needs two files. The first one is a traditional GitHub Action workflow with a single step that runs the my-workflow.yml
The second one is the action graph itself. This is a YAML file that you can edit via the graph editor that is part of this extension. Add third-party GitHub Actions to your workflowIn order to add GitHub Actions to the node list, visit the VS Code Marketplace. 1) Select a versionSelect the version you want to use, usually the latest version. Click on the green button. 2) CopyCoy the snippet below to the clipboard. 3) PastePaste the snippet into the text field of the graph editor and click on the After the action has been loaded, you can create a new node. LicenseThis SOFTWARE is licensed under the Actionforge Community License that you can find here. Licenses for commercial use will soon be available on the GitHub Marketplace. For further information Get in touch. |