action appveyor_get_project_last_build { label: "Get project last build" provider: appveyor method: GET path: "/projects/{accountName}/{projectSlug}" encoding: json output: { type: "object" additionalProperties: true } }