Skip to content

Commit

Permalink
chore(ci): buf compare against develop HEAD
Browse files Browse the repository at this point in the history
...and not develop HEAD~1. I don't know how this was missed.
  • Loading branch information
MaxMustermann2 committed Mar 4, 2024
1 parent a524619 commit eeff6e4
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 @@ -41,4 +41,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 eeff6e4

Please sign in to comment.