{"id":25944479,"url":"https://github.com/remarkablemark/setup-openapi","last_synced_at":"2026-04-29T04:09:00.887Z","repository":{"id":280340868,"uuid":"941669708","full_name":"remarkablemark/setup-openapi","owner":"remarkablemark","description":"🟢 Set up GitHub Actions workflow with OpenAPI Generator.","archived":false,"fork":false,"pushed_at":"2026-04-24T01:43:24.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-24T03:31:22.168Z","etag":null,"topics":["composite-action","github-action","github-action-composite","github-actions","openapi","openapi-codegen","openapi-generator","openapi-generator-cli"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-openapi","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remarkablemark.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"buy_me_a_coffee":"remarkablemark","thanks_dev":"u/gh/remarkablemark","custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2025-03-02T20:29:32.000Z","updated_at":"2026-04-24T01:43:27.000Z","dependencies_parsed_at":"2025-03-02T21:39:09.332Z","dependency_job_id":null,"html_url":"https://github.com/remarkablemark/setup-openapi","commit_stats":null,"previous_names":["remarkablemark/setup-openapi"],"tags_count":8,"template":false,"template_full_name":"remarkablemark/github-actions-composite-template","purl":"pkg:github/remarkablemark/setup-openapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fsetup-openapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fsetup-openapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fsetup-openapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fsetup-openapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/setup-openapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fsetup-openapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32410023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T03:46:11.172Z","status":"ssl_error","status_checked_at":"2026-04-29T03:37:55.317Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composite-action","github-action","github-action-composite","github-actions","openapi","openapi-codegen","openapi-generator","openapi-generator-cli"],"created_at":"2025-03-04T08:17:58.900Z","updated_at":"2026-04-29T04:09:00.883Z","avatar_url":"https://github.com/remarkablemark.png","language":"Python","funding_links":["https://github.com/sponsors/remarkablemark","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://buymeacoffee.com/remarkablemark","https://thanks.dev/u/gh/remarkablemark","https://b.remarkabl.org/teespring"],"categories":[],"sub_categories":[],"readme":"# setup-openapi\n\n[![version](https://badgen.net/github/release/remarkablemark/setup-openapi)](https://github.com/remarkablemark/setup-openapi/releases)\n[![test](https://github.com/remarkablemark/setup-openapi/actions/workflows/test.yml/badge.svg)](https://github.com/remarkablemark/setup-openapi/actions/workflows/test.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n🟢 Set up GitHub Actions workflow with [OpenAPI Generator CLI](https://openapi-generator.tech/docs/installation/).\n\nThis action installs Java, downloads the OpenAPI Generator CLI, caches it by version, and exposes the binary.\n\n## Quick Start\n\n```yaml\n# .github/workflows/openapi.yml\non: push\njobs:\n  openapi:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Setup OpenAPI\n        uses: remarkablemark/setup-openapi@v1\n\n      - name: Generate Ruby Client\n        run: openapi-generator-cli generate -i petstore.yaml -g ruby -o /tmp/test/\n```\n\n## Usage\n\nInstall OpenAPI Generator CLI tool:\n\n```yaml\n- uses: remarkablemark/setup-openapi@v1\n```\n\nGenerate a Ruby client from an [OpenAPI spec](https://petstore3.swagger.io/):\n\n```yaml\n- run: openapi-generator-cli generate -i petstore.yaml -g ruby -o /tmp/test/\n```\n\nSee [action.yml](action.yml)\n\n## Inputs\n\n### `version`\n\n**Optional**: The OpenAPI Generator CLI version. Defaults to [7.22.0](https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.22.0/).\n\n```yaml\n- uses: remarkablemark/setup-openapi@v1\n  with:\n    version: 7.22.0\n```\n\n### `name`\n\n**Optional**: The OpenAPI Generator CLI binary name. Defaults to `openapi-generator-cli`.\n\n```yaml\n- uses: remarkablemark/setup-openapi@v1\n  with:\n    name: openapi-generator-cli\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fsetup-openapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablemark%2Fsetup-openapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fsetup-openapi/lists"}