actions
Get partner images for GitHub-hosted runners in an enterprise
Get the list of partner images available for GitHub-hosted runners for an enterprise.
get/enterprises/{enterprise}/actions/hosted-runners/images/partner
Path parameters
enterprisestring required
The slug version of the enterprise name.
Response
Response
Example response
{
"images": [
{
"id": "ubuntu-20.04",
"platform": "linux-x64",
"size_gb": 86
}
]
}