Skip to content

Commit

Permalink
Merge pull request #185 from deggja/ci/remove-redundant
Browse files Browse the repository at this point in the history
ci: branch does not exist yet
  • Loading branch information
deggja authored Oct 4, 2024
2 parents 37255b1 + f8635c7 commit f174bd6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f174bd6

Please sign in to comment.