actions-marketplace-validations/Await Remote Run
Await a remote repository run to complete, returning a result.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 23, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/codex-_await-remote-run@4653c32f8bfd841e3bd9ca18f488ef16f354e876 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
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