GitHub Actions · Example Payload

Github Actions Runner Application Example

Github Actions Runner Application 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

osarchitecturedownload_urlfilenametemp_download_tokensha256_checksum

Example Payload

Raw ↑
{
  "os": "example_value",
  "architecture": "example_value",
  "download_url": "https://www.example.com",
  "filename": "example_value",
  "temp_download_token": "example_value",
  "sha256_checksum": "example_value"
}