Skip to content

Warning

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

Actionforge

Actions
GitHub Action for executing an Actionforge Action Graph
v0.9.42
Verified creator
Star (37)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

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.

Actionforge is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action for executing an Actionforge Action Graph
v0.9.42

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Actionforge is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.