From 18c00abc5b9c4fe68085cbb2c38f6e65f4e66f17 Mon Sep 17 00:00:00 2001 From: deggja Date: Fri, 4 Oct 2024 22:45:32 +0200 Subject: [PATCH] ci: remove redundant steps Signed-off-by: deggja --- .github/workflows/homebrew.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 530d60a..e130b0c 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -79,18 +79,6 @@ jobs: - name: Remove temp directory run: rm -rf temp - - - name: Fetch Latest Changes from Main - run: | - git fetch origin main - git checkout main - git pull origin main - - - name: Pull Remote Branch Changes - run: | - git fetch origin chore/homebrew-${{ env.VERSION }} - git checkout -B chore/homebrew-${{ env.VERSION }} origin/chore/homebrew-${{ env.VERSION }} - git pull origin chore/homebrew-${{ env.VERSION }} - name: Commit and Push changes uses: stefanzweifel/git-auto-commit-action@v5