Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API changelog #109

Draft
wants to merge 19 commits into
base: diff-base
Choose a base branch
from
Draft
4 changes: 2 additions & 2 deletions .github/workflows/openapi-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Run OpenAPI Diff for public (from HEAD rev)
uses: docker://openapitools/openapi-diff:latest
with:
args: --markdown changelog/public-diff.md base/fern/apis/public/openapi-public.yaml head/fern/apis/public/openapi-public.yaml
args: --markdown changelog/public-diff.md --json changelog/public-diff.json base/fern/apis/public/openapi-public.yaml head/fern/apis/public/openapi-public.yaml
- name: Run OpenAPI Diff for beta (from HEAD rev)
uses: docker://openapitools/openapi-diff:latest
with:
args: --markdown changelog/beta-diff.md base/fern/apis/beta/openapi-beta.yaml head/fern/apis/beta/openapi-beta.yaml
args: --markdown changelog/beta-diff.md --json changelog/beta-diff.json base/fern/apis/beta/openapi-beta.yaml head/fern/apis/beta/openapi-beta.yaml
- name: Archive changelogs
uses: actions/upload-artifact@v4
with:
Expand Down
Loading
Loading