We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0880f commit 1e3a0f1Copy full SHA for 1e3a0f1
.github/workflows/openapi-diff.yml
@@ -27,11 +27,13 @@ jobs:
27
with:
28
base: 'base/fern/apis/public/openapi-public.yaml'
29
revision: 'head/fern/apis/public/openapi-public.yaml'
30
+ output_to_file: 'changelog/public-diff.yaml'
31
- name: Running beta OpenAPI Spec diff action
32
uses: oasdiff/oasdiff-action/diff@main
33
34
base: 'base/fern/apis/beta/openapi-beta.yaml'
35
revision: 'head/fern/apis/beta/openapi-beta.yaml'
36
+ output_to_file: 'changelog/beta-diff.yaml'
37
- name: Archive changelogs
38
uses: actions/upload-artifact@v4
39
0 commit comments