v50

latestOpenAPI 3.0.3MITraw.githubusercontent.com2024-03-2585861610.1 MB
actions

Re-run a job from a workflow run

Re-run a job and its dependent jobs in a workflow run.

OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.

post/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun

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.

job_idinteger required

The unique identifier of the job.

Request body

enable_debug_loggingboolean

Whether to enable debug logging for the re-run.

Response

Response

EmptyObject required

An object without any properties.