G
GithubApi
Arcade Native

GetLatestGithubPagesBuild

GithubApi.GetLatestGithubPagesBuild

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Retrieve the latest GitHub Pages build information.

This tool fetches the latest build information for GitHub Pages of a specified repository. It should be called when the user wants to know the most recent build status or details for a GitHub Pages site.

Input Parameters

{
  "parameters": [
    {
      "name": "repository_name",
      "required": true,
      "inferrable": true,
      "description": "The name of the GitHub repository. The name is not case sensitive.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "repository_owner",
      "required": true,
      "inferrable": true,
      "description": "The account owner of the repository. Enter the name without considering case sensitivity.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'repos/get-latest-pages-build'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}