codex-/Return Dispatch
Dispatch an action and return the new run ID.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Personal Access Token for making API requests. | yes | — |
| ref | The git reference for the workflow. The reference can be a branch or tag name. | yes | — |
| repo | Repository of the action to dispatch. | yes | — |
| owner | Owner of the given repository. | yes | — |
| workflow | Workflow to return an ID for. Can be the ID or the workflow filename. | yes | — |
| workflow_inputs | A flat JSON object, only supports strings, numbers, and booleans (as per workflow inputs API). | — | — |
| workflow_timeout_seconds | Time until giving up waiting for the start of the workflow run. | — | 300 |
| workflow_job_steps_retry_seconds | The interval (in seconds) to wait between retries. A linear backoff strategy is used, where the wait time increases by this value with each attempt (e.g., 1st retry = this value, 2nd retry = 2x this value, etc.). | — | 5 |
| distinct_id | Specify a static string to use instead of a random distinct ID. | — | — |
Outputs
| name | description |
|---|---|
| run_id | The identified Run ID. |
| run_url | The identified Run URL. |