We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b01b98 commit 39dd772Copy full SHA for 39dd772
1 file changed
.github/workflows/pr-comment.yml
@@ -6,7 +6,7 @@ on:
6
- 'simple.yaml'
7
8
jobs:
9
- pr-comment:
+ breaking-changes:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v6
@@ -15,5 +15,6 @@ jobs:
15
16
- uses: oasdiff/oasdiff-action/breaking@v0.0.37
17
with:
18
- base: 'origin/${{ github.base_ref }}:openapi.yaml'
19
- revision: 'HEAD:openapi.yaml'
+ base: 'origin/${{ github.base_ref }}:simple.yaml' # replace with your spec path
+ revision: 'HEAD:simple.yaml' # replace with your spec path
20
+ fail-on: ERR
0 commit comments