Skip to content

Commit 39dd772

Browse files
x
1 parent 9b01b98 commit 39dd772

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pr-comment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'simple.yaml'
77

88
jobs:
9-
pr-comment:
9+
breaking-changes:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v6
@@ -15,5 +15,6 @@ jobs:
1515

1616
- uses: oasdiff/oasdiff-action/breaking@v0.0.37
1717
with:
18-
base: 'origin/${{ github.base_ref }}:openapi.yaml'
19-
revision: 'HEAD:openapi.yaml'
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

0 commit comments

Comments
 (0)