Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🟒 GitHub action to execute Actionforge action graphs in your GitHub Actions workflow.

License

Notifications You must be signed in to change notification settings

actionforge/action

Repository files navigation

Actionforge Action

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.

Usage

- uses: actionforge/action@v0.10.6
 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: '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: ''

License

This SOFTWARE is licensed under the Actionforge EULA.

For further information Get in touch.

About

🟒 GitHub action to execute Actionforge action graphs in your GitHub Actions workflow.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 2

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /