GitHub Actions · Example Payload

Github Actions Minimal Repository Example

A sample description.

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

Top-level fields

idnode_idnamefull_nameprivatehtml_urlurldescription

Example Payload

Raw ↑
{
  "id": "abc123",
  "node_id": "500123",
  "name": "Example Title",
  "full_name": "example_value",
  "private": true,
  "html_url": "https://www.example.com",
  "url": "https://www.example.com",
  "description": "A sample description."
}