Skip to content

Commit a17b6c2

Browse files
committed
fixes
1 parent b3c4b02 commit a17b6c2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/review.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
lint: true
2020
breaking: true
2121
pr_comment: false
22-
input: 'proto'
23-
breaking_against: "https://github.com/openfga/api.git#branch=main,subdir=proto"
22+
breaking_against: "https://github.com/openfga/api.git#branch=main"
2423

2524
diff-openapi:
2625
runs-on: ubuntu-latest

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: patch-swagger-doc format
22

33
buf-gen:
4-
./buf.gen.yaml
4+
buf generate
55

66
patch-swagger-doc: buf-gen
77
./scripts/update_swagger.sh docs/openapiv2/apidocs.swagger.json

0 commit comments

Comments
 (0)