codex-/Await Remote Run
Await a remote repository run to complete, returning a result.
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 | — |
| repo | Repository of the action to dispatch. | yes | — |
| owner | Owner of the given repository. | yes | — |
| run_id | Run ID to await the completion of. | yes | — |
| run_timeout_seconds | Time until giving up on the run. | — | 300 |
| poll_interval_ms | Frequency to poll the run for a status. | — | 5000 |
Outputs
no outputs