diff --git a/.github/workflows/review.yaml b/.github/workflows/review.yaml index 75182b59..7ab78c26 100644 --- a/.github/workflows/review.yaml +++ b/.github/workflows/review.yaml @@ -19,8 +19,7 @@ jobs: lint: true breaking: true pr_comment: false - input: 'proto' - breaking_against: "https://github.com/openfga/api.git#branch=main,subdir=proto" + breaking_against: "https://github.com/openfga/api.git#branch=main" diff-openapi: runs-on: ubuntu-latest diff --git a/Makefile b/Makefile index 568e752d..4d3328c3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: patch-swagger-doc format buf-gen: - ./buf.gen.yaml + buf generate patch-swagger-doc: buf-gen ./scripts/update_swagger.sh docs/openapiv2/apidocs.swagger.json