Skip to content

Commit

Permalink
Fix protobuf break checking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech authored and jaeseung-bae committed Jan 25, 2024
1 parent 3e54a0e commit 8800b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- uses: bufbuild/buf-breaking-action@v1
with:
input: "proto"
against: "https://github.com/${{ github.repository }}.git#branch=${{ github.event.pull_request.base.ref }},ref=HEAD~1,subdir=proto"
against: "https://github.com/${{ github.repository }}.git#branch=${{ github.event.pull_request.base.ref }},subdir=proto"

0 comments on commit 8800b0d

Please sign in to comment.