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 3 components:
- 🟢 GitHub Action - GitHub Action that reads the Action Graph and starts the Graph Runner with it.
- 🏃♀️ Actrun - The cli program that executes an Action Graph.
- 🕸️ Web App - 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.
- uses: actionforge/action@vv0.15.4with:
# 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: 'your_graph.act'# 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)github_token: ''This SOFTWARE is licensed under the Actionforge EULA.
For further information Get in touch.