We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7fffb commit 5d8fd98Copy full SHA for 5d8fd98
.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.33
+ uses: oasdiff/oasdiff-action/breaking@v0.0.34
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