Skip to content

Commit 60675a8

Browse files
x
1 parent 39dd772 commit 60675a8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-comment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313

1414
- run: git fetch --depth=1 origin ${{ github.base_ref }}
1515

16-
- uses: oasdiff/oasdiff-action/breaking@v0.0.37
16+
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.37
1717
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
18+
base: 'origin/${{ github.base_ref }}:simple.yaml'
19+
revision: 'HEAD:simple.yaml'
20+
oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}

0 commit comments

Comments
 (0)