Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check

GitHub Action

Actionforge

v0.8.32

Actionforge

check

Actionforge

GitHub Action for executing an Actionforge Action Graph

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Actionforge

uses: actionforge/[email protected]

Learn more about this action in actionforge/action

Choose a version

Actionforge Banner

Actionforge Action

view-action-graph made-with-ts License

Welcome to the Actionforge Action source code!

Actionforge introduces Action Graphs, a faster and easier way to create and execute GitHub workflows. This new approach replaces tedious YAML file editing by hand with a user-friendly graph editor. Action Graphs are compatible with GitHub Actions. The core product consists out of 4 components:

  • ♾️ VS Code Extension - Extension to modify Action Graphs within VS Code.
  • 🟢 GitHub Action - GitHub Action that reads the Action Graph and starts the Graph Runner with it.
  • 🏃‍♀️ Graph Runner - The cli program that executes an Action Graph.
  • 🕸️ Graph Editor - Visual graph editor to create and build Action Graphs. These graphs will be committed to your repository.

For a full introduction check out the Actionforge Documentation.

Usage

- uses: actionforge/[email protected]
  with:
    # The name of the graph file located in the `.github/workflows/graphs` directory.
    # This file defines the Actionforge Action Graph to be executed.
    graph_file: ''

    # A Personal Access Token (PAT) used for authentication. 
    # If not provided, the default GitHub token for the repository will be used.
    # Default: ${{ github.token }}
    #
    # [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
    token: ''

For examples check out the Actionforge Examples 🔗 repository.

License

This 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.