id
of the workflow run. You must authenticate using an access token with the repo
scope to use this endpoint.curl --location --request POST 'https://api.github.com/repos///actions/runs//rerun-failed-jobs' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_debug_logging": false
}'
null