GitHub Actions · Example Payload

Github Actions Simple Commit Example

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

Top-level fields

idtree_idmessagetimestampauthorcommitter

Example Payload

Raw ↑
{
  "id": "abc123",
  "tree_id": "500123",
  "message": "example_value",
  "timestamp": "example_value",
  "author": "example_value",
  "committer": "example_value"
}