We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09a001 commit 75a097bCopy full SHA for 75a097b
.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.36
+ uses: oasdiff/oasdiff-action/breaking@v0.0.37
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