action opensuse_get_published_project_name { label: "List the repositories of a project with published binaries" description: "Get a list of the repositories of the project that already have published binaries.\n" provider: opensuse method: GET path: "/published/{project_name}" encoding: json output: { type: "object" additionalProperties: true } }