action appveyor_get_public_project_status_badge { label: "Get status badge image for a project with a public repository" provider: appveyor method: GET path: "/projects/status/{badgeRepoProvider}/{repoAccountName}/{repoSlug}" encoding: json input: { type: "object" properties: { branch: { type: "string" } failingText: { type: "string" } passingText: { type: "string" } pendingText: { type: "string" } retina: { type: "string" } svg: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }