getdoable/DoableAI Trigger Run
Trigger DoableAI scheduled/group regression runs from GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | DoableAI API key from Settings -> API Keys. | yes | — |
| group-public-id | Scheduled group public id to trigger (for example: tg-xxxx). | yes | — |
| lookup-latest-only | When true, only fetch latest run result for group-public-id and do not trigger a new run. | no | false |
| wait-for-completion | Whether to wait for terminal test result. | no | true |
| poll-interval-seconds | Polling interval when waiting for completion. | no | 20 |
| timeout-seconds | Max seconds to wait for terminal status. | no | 1800 |
| idempotency-key | Optional idempotency key. If omitted, action generates one from GitHub context. | no | — |
Outputs
| name | description |
|---|---|
| status | Action lifecycle status: accepted, completed, or timeout. |
| outcome | Execution outcome: pending, passed, failed, cancelled, or timeout. |
| outcome-link | DoableAI run report URL for this execution. |