From 7548c8c9ac8ac06f34545460293b535d1d1ba50d Mon Sep 17 00:00:00 2001 From: deggja Date: Fri, 4 Oct 2024 22:42:48 +0200 Subject: [PATCH] ci: set base in create pr step Signed-off-by: deggja --- .github/workflows/homebrew.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 62dd27e..530d60a 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -106,6 +106,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: + base: main title: "chore: update homebrew formula for v${{ env.VERSION }}" committer: "Netfetch Bot " author: "Netfetch Bot "