openapi-yaml-json-converter
Version updated for https://github.com/dprakash2101/openapi-yaml-json-converter to version v1.0.0.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Release Notes – v1.0.0
Release Date: 2025-11-19
Overview
openapi-yaml-json-converter is a reusable GitHub Action that automatically converts an OpenAPI YAML specification into JSON and commits the updated file back to your repository. This ensures your JSON spec is always up-to-date for SDK generation, API validation, or other workflows.
Features
- Converts OpenAPI YAML to JSON using
swagger-cli - Fully OpenAPI-compliant conversion
- Automatically commits and pushes JSON if changes are detected
- Supports configurable Git username, email, and commit messages
- Fully reusable in any repository or workflow