GitHub Actions · Example Payload

Github Actions Actions Cache Usage Example

Github Actions Actions Cache Usage Example is an example object payload from GitHub Actions, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

full_nameactive_caches_size_in_bytesactive_caches_count

Example Payload

Raw ↑
{
  "full_name": "example_value",
  "active_caches_size_in_bytes": 10,
  "active_caches_count": 10
}