We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56b25ce + badb75e commit 80f40e4Copy full SHA for 80f40e4
1 file changed
.github/workflows/pr-comment.yml
@@ -15,9 +15,12 @@ jobs:
15
- name: Check out code
16
uses: actions/checkout@v4
17
18
+ - name: Fetch base branch
19
+ run: git fetch --depth=1 origin ${{ github.base_ref }}
20
+
21
- name: Post oasdiff PR comment
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.34
22
+ uses: oasdiff/oasdiff-action/pr-comment@v0.0.37
23
with:
- 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
24
+ base: 'origin/${{ github.base_ref }}:multi-file/openapi.yaml'
25
+ revision: 'HEAD:multi-file/openapi.yaml'
26
+ oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}
0 commit comments