When will I need to provide input parameters?

When executing actions without agents, you’ll need to provide the input parameters. There are two ways to obtain these parameters:

  1. Programmatically using our SDK
  2. Using the API Section of our documentation
Output
{
  "owner": {
    "description": "The account owner of the repository. The name is not case sensitive. Please provide a value of type string. This parameter is required.",
    "title": "Owner",
    "type": "string"
  },
  "repo": {
    "description": "The name of the repository without the `.git` extension. The name is not case sensitive. Please provide a value of type string. This parameter is required.",
    "title": "Repo",
    "type": "string"
  }
}