File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959 - name : check api-server backwards compatibility
6060 run : |
6161 ./scripts/openapi-diff.bash breaking --fail-on ERR\
62- https://raw.githubusercontent.com/${{ github.event.pull_request.base.repo.full_name }}/${{ github.event.after }}/services/api-server/openapi.json \
62+ https://raw.githubusercontent.com/${{ github.event.pull_request.base.repo.full_name }}/refs/heads/ ${{ github.base_ref }}/services/api-server/openapi.json \
6363 /specs/services/api-server/openapi.json
6464
6565 all-oas-breaking :
7878 - name : Check openapi-specs backwards compatibility
7979 run : |
8080 ./ci/github/helpers/openapi-specs-diff.bash breaking \
81- https://raw.githubusercontent.com/${{ github.event.pull_request.base.repo.full_name }}/${{ github.event.after }} \
81+ https://raw.githubusercontent.com/${{ github.event.pull_request.base.repo.full_name }}/refs/heads/ ${{ github.base_ref }} \
8282 .
You can’t perform that action at this time.
0 commit comments