You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What part(s) of the article would you like to see updated?
In the example response for "Get a job for a workflow run", "List jobs for a workflow run attempt", and "List jobs for a workflow run", the job's html_url value is incorrect.
It is"html_url": "https://github.com/octo-org/octo-repo/runs/399444496",
but should be "html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.
Thank you for opening this issue! Changes to the REST API schema can be requested in github/rest-api-description. I will transfer your issue over to that open source repo.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/rest/actions/workflow-jobs
What part(s) of the article would you like to see updated?
In the example response for "Get a job for a workflow run", "List jobs for a workflow run attempt", and "List jobs for a workflow run", the job's
html_url
value is incorrect.It is
"html_url": "https://github.com/octo-org/octo-repo/runs/399444496",
but should be
"html_url": "https://github.com/octo-org/octo-repo/runs/29679449/jobs/399444496",
Additional information
verified for one endpoint with the following:
I tried to fix it myself but am unfamiliar with how the examples are being generated.
The text was updated successfully, but these errors were encountered: