actions
Re-run failed jobs from a workflow run
Re-run all of the failed jobs and their dependent jobs in a workflow run using the id of the workflow run. You must authenticate using an access token with the repo scope to use this endpoint.
post/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs
Path parameters
ownerstring required
The account owner of the repository. The name is not case sensitive.
repostring required
The name of the repository without the .git extension. The name is not case sensitive.
run_idinteger required
The unique identifier of the workflow run.
Request body
object nullable required
Response
Response
EmptyObject required
An object without any properties.