Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Sep 6, 2024
1 parent b3c4b02 commit a17b6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a17b6c2

Please sign in to comment.