We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39dd772 commit 60675a8Copy full SHA for 60675a8
1 file changed
.github/workflows/pr-comment.yml
@@ -13,8 +13,8 @@ jobs:
13
14
- run: git fetch --depth=1 origin ${{ github.base_ref }}
15
16
- - uses: oasdiff/oasdiff-action/breaking@v0.0.37
+ - uses: oasdiff/oasdiff-action/pr-comment@v0.0.37
17
with:
18
- base: 'origin/${{ github.base_ref }}:simple.yaml' # replace with your spec path
19
- revision: 'HEAD:simple.yaml' # replace with your spec path
20
- fail-on: ERR
+ base: 'origin/${{ github.base_ref }}:simple.yaml'
+ revision: 'HEAD:simple.yaml'
+ oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}
0 commit comments