From 9c069806c433956fc0f82cc037e510a60dee8111 Mon Sep 17 00:00:00 2001 From: adlerhurst Date: Wed, 18 Oct 2023 16:32:12 +0200 Subject: [PATCH] ci(lint): use ref_base instead of main --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7789175d07..61ae27667b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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' }}