actionforge/Actionforge
Execute Actionforge Action Graphs directly within your GitHub Workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 16, 2026
- License
- None
Pinned Snippet
uses: actionforge/action@dd84b97bb5d3a0f17bda0ce7d20ffa96e3bd8f1c # v0.15.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| graph-file | The path to the .yaml graph file (relative to .github/workflows/graphs). | yes | — |
| github-token | The token for GitHub API authentication. | no | ${{ github.token }} |
| inputs | JSON string of inputs for the graph. | no | {} |
| secrets | JSON string of secrets for the graph. | no | {} |
| matrix | JSON string representing the execution matrix. | no | {} |
| needs | JSON string representing previous job outputs (needs). | no | {} |
| create-debug-session | If "true", initiates a remote debugging session. | no | false |
| session-token | Pre-existing session token for remote debugging. | no | — |
| runner-base-url | Custom URL to download the graph runner binary. | no | — |
| runner-path | Path to a custom graph runner binary. | no | — |
Outputs
no outputs