GitHub Actions cache usage policy for repository.
{ "$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" ] }