action clever_cloud_get_github_login { label: "getGithubLogin" provider: clever_cloud method: GET path: "/github/login" encoding: json input: { type: "object" properties: { fromAuthorize: { type: "string" } redirectUrl: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }