We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5bf85 commit f0ef068Copy full SHA for f0ef068
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.base_ref }}/simple.yaml
+ base: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.pull_request.base.sha }}/simple.yaml
22
revision: simple.yaml
23
oasdiff-token: 0634345d-02fb-43df-b56a-68fc22253621
0 commit comments