Skip to content

Commit 1e3a0f1

Browse files
committed
save output
1 parent cf0880f commit 1e3a0f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/openapi-diff.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ jobs:
2727
with:
2828
base: 'base/fern/apis/public/openapi-public.yaml'
2929
revision: 'head/fern/apis/public/openapi-public.yaml'
30+
output_to_file: 'changelog/public-diff.yaml'
3031
- name: Running beta OpenAPI Spec diff action
3132
uses: oasdiff/oasdiff-action/diff@main
3233
with:
3334
base: 'base/fern/apis/beta/openapi-beta.yaml'
3435
revision: 'head/fern/apis/beta/openapi-beta.yaml'
36+
output_to_file: 'changelog/beta-diff.yaml'
3537
- name: Archive changelogs
3638
uses: actions/upload-artifact@v4
3739
with:

0 commit comments

Comments
 (0)