action clever_cloud_get_github { label: "getGithub" provider: clever_cloud method: GET path: "/github" encoding: json output: { type: "object" description: "A simple transaction id" required: ["transactionId"] properties: { transactionId: { type: "string" description: "The transaction Id" } } } }