From 8265b8d6b3cc1aabff562e4521ae180cc622a4bb Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Thu, 9 Apr 2026 17:08:50 +0300 Subject: [PATCH] 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 --- .github/workflows/pr-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index b3b2be8..5302a52 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -18,6 +18,6 @@ jobs: - name: Post oasdiff PR comment uses: oasdiff/oasdiff-action/pr-comment@v0.0.34 with: - base: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.pull_request.base.sha }}/simple.yaml - revision: simple.yaml + base: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.pull_request.base.sha }}/multi-file/openapi.yaml + revision: multi-file/openapi.yaml oasdiff-token: 0634345d-02fb-43df-b56a-68fc22253621