codex-/Return Dispatch

Dispatch an action and return the new run ID.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub Personal Access Token for making API requests.yes
refThe git reference for the workflow. The reference can be a branch or tag name.yes
repoRepository of the action to dispatch.yes
ownerOwner of the given repository.yes
workflowWorkflow to return an ID for. Can be the ID or the workflow filename.yes
workflow_inputsA flat JSON object, only supports strings, numbers, and booleans (as per workflow inputs API).
workflow_timeout_secondsTime until giving up waiting for the start of the workflow run.300
workflow_job_steps_retry_secondsThe 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_idSpecify a static string to use instead of a random distinct ID.
namedescription
run_idThe identified Run ID.
run_urlThe identified Run URL.