Skip to content

Commit 8265b8d

Browse files
fix: compare multi-file/openapi.yaml instead of simple.yaml
The demo repo's spec with $ref chains is multi-file/openapi.yaml. Pointing the workflow at simple.yaml meant changes to the multi-file spec went undetected. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ecc4ccd commit 8265b8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Post oasdiff PR comment
1919
uses: oasdiff/oasdiff-action/pr-comment@v0.0.34
2020
with:
21-
base: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.pull_request.base.sha }}/simple.yaml
22-
revision: simple.yaml
21+
base: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.pull_request.base.sha }}/multi-file/openapi.yaml
22+
revision: multi-file/openapi.yaml
2323
oasdiff-token: 0634345d-02fb-43df-b56a-68fc22253621

0 commit comments

Comments
 (0)