Skip to content

Commit 56b25ce

Browse files
Merge pull request #20 from oasdiff/fix/pr-comment-multi-file
fix: compare multi-file/openapi.yaml in pr-comment workflow
2 parents ecc4ccd + 8265b8d commit 56b25ce

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)