actions
Get partner images for GitHub-hosted runners in an organization
Get the list of partner images available for GitHub-hosted runners for an organization.
get/orgs/{org}/actions/hosted-runners/images/partner
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Response
Response
Example response
{
"images": [
{
"id": "ubuntu-20.04",
"platform": "linux-x64",
"size_gb": 86
}
]
}