actionforge/Actionforge

Execute Actionforge Action Graphs directly within your GitHub Workflows.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 16, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actionforge/action@dd84b97bb5d3a0f17bda0ce7d20ffa96e3bd8f1c # v0.15.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
graph-fileThe path to the .yaml graph file (relative to .github/workflows/graphs).yes
github-tokenThe token for GitHub API authentication.no${{ github.token }}
inputsJSON string of inputs for the graph.no{}
secretsJSON string of secrets for the graph.no{}
matrixJSON string representing the execution matrix.no{}
needsJSON string representing previous job outputs (needs).no{}
create-debug-sessionIf "true", initiates a remote debugging session.nofalse
session-tokenPre-existing session token for remote debugging.no
runner-base-urlCustom URL to download the graph runner binary.no
runner-pathPath to a custom graph runner binary.no

no outputs