We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fd5e3 commit fef5385Copy full SHA for fef5385
.github/workflows/push.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Check for breaking API changes
51
if: github.event_name == 'pull_request'
52
- uses: oasdiff/oasdiff-action/breaking@v0.0.31
+ uses: oasdiff/oasdiff-action/breaking@v0.0.32
53
with:
54
base: 'origin/${{ github.base_ref }}:src/main/resources/public/openapi.json'
55
revision: 'HEAD:src/main/resources/public/openapi.json'
0 commit comments