From f8635c7a09f2f6c3342519dbd9b82562c6bc1f86 Mon Sep 17 00:00:00 2001 From: deggja Date: Fri, 4 Oct 2024 22:49:50 +0200 Subject: [PATCH] ci: branch does not exist yet Signed-off-by: deggja --- .github/workflows/homebrew.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 5b63642..8230520 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -86,12 +86,6 @@ jobs: git checkout main git pull origin main - - name: Pull Remote Branch Changes - run: | - git fetch origin chore/homebrew-${{ env.VERSION }} || echo "Branch not found. Continuing..." - git checkout -B chore/homebrew-${{ env.VERSION }} origin/chore/homebrew-${{ env.VERSION }} || echo "Creating new branch chore/homebrew-${{ env.VERSION }}" - git pull origin chore/homebrew-${{ env.VERSION }} || echo "No remote changes to pull" - - name: Commit and Push changes uses: stefanzweifel/git-auto-commit-action@v5 with: