ci(lint): use ref_base instead of main

This commit is contained in:
adlerhurst 2023-10-18 16:32:12 +02:00
parent c0ddaf87e6
commit 9c069806c4

View File

@ -52,7 +52,7 @@ jobs:
-
uses: bufbuild/buf-breaking-action@v1
with:
against: "https://github.com/${{ github.repository }}.git#branch=main"
against: "https://github.com/${{ github.repository }}.git#branch=${{ github.base_ref }}"
console:
if: ${{ github.event_name == 'pull_request' }}