action clever_cloud_get_github_link { label: "getGithubLink" provider: clever_cloud method: GET path: "/github/link" encoding: json input: { type: "object" properties: { redirectUrl: { type: "string" } transactionId: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }