File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,16 @@ jobs:
22
22
- name : Create dir
23
23
run : |
24
24
mkdir changelog
25
- - name : Run OpenAPI Diff for public (from HEAD rev)
26
- uses : docker://openapitools/openapi- diff:latest
25
+ - name : Running public OpenAPI Spec diff action
26
+ uses : oasdiff/oasdiff-action/ diff@main
27
27
with :
28
- 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
29
- - name : Run OpenAPI Diff for beta (from HEAD rev)
30
- uses : docker://openapitools/openapi-diff:latest
28
+ base : ' base/fern/apis/public/openapi-public.yaml'
29
+ revision : ' head/fern/apis/public/openapi-public.yaml'
30
+ - name : Running beta OpenAPI Spec diff action
31
+ uses : oasdiff/oasdiff-action/diff@main
31
32
with :
32
- 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
33
+ base : ' base/fern/apis/beta/openapi-beta.yaml'
34
+ revision : ' head/fern/apis/beta/openapi-beta.yaml'
33
35
- name : Archive changelogs
34
36
uses : actions/upload-artifact@v4
35
37
with :
You can’t perform that action at this time.
0 commit comments