We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e32112 commit cf4ef68Copy full SHA for cf4ef68
1 file changed
.github/workflows/oasdiff.yml
@@ -5,6 +5,7 @@ on:
5
6
permissions:
7
pull-requests: write
8
+ statuses: write
9
10
jobs:
11
oasdiff:
@@ -14,8 +15,8 @@ jobs:
14
15
16
- run: git fetch --depth=1 origin ${{ github.base_ref }}
17
- - uses: oasdiff/oasdiff-action/pr-comment@v0.0.31
18
+ - uses: oasdiff/oasdiff-action/pr-comment@v0.0.37
19
with:
- base: 'origin/${{ github.base_ref }}:simple.yaml'
20
- revision: 'HEAD:simple.yaml'
+ base: 'origin/${{ github.base_ref }}:openapi.yaml'
21
+ revision: 'HEAD:openapi.yaml'
22
oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}
0 commit comments