Skip to content

Commit

Permalink
HTML output
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-devrev committed Nov 7, 2024
1 parent c3dd440 commit f7e7f53
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ jobs:
with:
base: 'base/fern/apis/public/openapi-public.yaml'
revision: 'head/fern/apis/public/openapi-public.yaml'
output-to-file: 'changelog/public-diff.yaml'
format: html
output-to-file: 'changelog/public-diff.html'
- name: Running beta OpenAPI Spec diff action
uses: oasdiff/oasdiff-action/diff@main
with:
base: 'base/fern/apis/beta/openapi-beta.yaml'
revision: 'head/fern/apis/beta/openapi-beta.yaml'
output-to-file: 'changelog/beta-diff.yaml'
revision: 'head/fern/apis/beta/openapi-beta.yaml'
format: html
output-to-file: 'changelog/beta-diff.html'
- name: Archive changelogs
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f7e7f53

Please sign in to comment.