Skip to content

Commit f0ef068

Browse files
fix: use base SHA instead of branch name in base spec URL
1 parent 3e5bf85 commit f0ef068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
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.base_ref }}/simple.yaml
21+
base: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.pull_request.base.sha }}/simple.yaml
2222
revision: simple.yaml
2323
oasdiff-token: 0634345d-02fb-43df-b56a-68fc22253621

0 commit comments

Comments
 (0)