Actions cache usage policy for repository

GitHub Actions cache usage policy for repository.

APIs.ioEngineeringPlatform

Properties

Name Type Description
repo_cache_size_limit_in_gb integer The size limit for the sum of all caches, in gigabytes.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-actions-cache-usage-policy-for-repository-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/actions-cache-usage-policy-for-repository",
  "title": "Actions cache usage policy for repository",
  "description": "GitHub Actions cache usage policy for repository.",
  "type": "object",
  "properties": {
    "repo_cache_size_limit_in_gb": {
      "description": "The size limit for the sum of all caches, in gigabytes.",
      "type": "integer",
      "example": 14
    }
  },
  "required": [
    "repo_cache_size_limit_in_gb"
  ]
}