jonnonz1/Orchestrator Task
Run a prompt against an Orchestrator server and optionally comment the result on the PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| orchestrator-url | Base URL of the Orchestrator server (e.g. http://orchestrator.internal:8080). | yes | — |
| orchestrator-token | Bearer token for the Orchestrator server. Store as a secret. | yes | — |
| prompt | The prompt to run. Can reference files in the repo via ${{ github.workspace }}. | yes | — |
| runtime | Which agent runtime to use (claude, shell, …). | no | claude |
| ram-mb | VM RAM in MB. | no | 4096 |
| timeout | Task timeout in seconds. | no | 600 |
| comment-on-pr | If 'true' and the workflow runs on a pull_request, post the result as a PR comment. | no | false |
Outputs
| name | description |
|---|---|
| task-id | The Orchestrator task ID |
| status | Final task status |
| cost-usd | Claude cost in USD (claude runtime only) |