action appveyor_get_project_branch_status_badge { label: "Get project branch status badge image" provider: appveyor method: GET path: "/projects/status/{statusBadgeId}/branch/{buildBranch}" encoding: json input: { type: "object" properties: { failingText: { type: "string" } passingText: { type: "string" } pendingText: { type: "string" } retina: { type: "string" } svg: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }