We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecc4ccd + 8265b8d commit 56b25ceCopy full SHA for 56b25ce
1 file changed
.github/workflows/pr-comment.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Post oasdiff PR comment
19
uses: oasdiff/oasdiff-action/pr-comment@v0.0.34
20
with:
21
- base: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.pull_request.base.sha }}/simple.yaml
22
- 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
23
oasdiff-token: 0634345d-02fb-43df-b56a-68fc22253621
0 commit comments