File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
22
- name : Run OpenAPI Diff for public (from HEAD rev)
23
23
uses : docker://openapitools/openapi-diff:latest
24
24
with :
25
- args : --markdown public-diff.md base/fern/apis/public/openapi-public.yaml head/fern/apis/public/openapi-public.yaml
25
+ args : --markdown changelog/ public-diff.md base/fern/apis/public/openapi-public.yaml head/fern/apis/public/openapi-public.yaml
26
26
- name : Run OpenAPI Diff for beta (from HEAD rev)
27
27
uses : docker://openapitools/openapi-diff:latest
28
28
with :
29
- args : --markdown beta-diff.md base/fern/apis/beta/openapi-beta.yaml head/fern/apis/beta/openapi-beta.yaml
29
+ args : --markdown changelog/beta-diff.md base/fern/apis/beta/openapi-beta.yaml head/fern/apis/beta/openapi-beta.yaml
30
+ - name : Archive changelogs
31
+ uses : actions/upload-artifact@v4
32
+ with :
33
+ name : changelog
34
+ path : changelog/**
You can’t perform that action at this time.
0 commit comments