We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5194e3 commit 3e5bf85Copy full SHA for 3e5bf85
1 file changed
.github/workflows/multi-file-demo.yml
@@ -12,19 +12,12 @@ jobs:
12
pr-comment:
13
runs-on: ubuntu-latest
14
steps:
15
- - name: Check out base branch
16
- uses: actions/checkout@v4
17
- with:
18
- ref: ${{ github.base_ref }}
19
- path: base
+ - uses: actions/checkout@v4
20
21
- - name: Check out PR branch
22
23
24
- path: revision
+ - run: git fetch --depth=1 origin ${{ github.base_ref }}
25
26
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.34
27
with:
28
- base: base/multi-file/openapi.yaml
29
- revision: revision/multi-file/openapi.yaml
+ base: 'origin/${{ github.base_ref }}:multi-file/openapi.yaml'
+ revision: 'HEAD:multi-file/openapi.yaml'
30
oasdiff-token: 0634345d-02fb-43df-b56a-68fc22253621
0 commit comments