Skip to content

Commit

Permalink
Merge pull request #188 from deggja/ci/cleanup
Browse files Browse the repository at this point in the history
ci: remove fetch
  • Loading branch information
deggja authored Oct 4, 2024
2 parents b5b0081 + c7ec628 commit 9a3b8ff
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 @@ -64,12 +64,6 @@ jobs:
SHA=$(sha256sum temp/netfetch_linux_amd64.tar.gz | awk '{print $1}')
echo "LINUX_SHA256=$SHA" >> $GITHUB_ENV
- name: Fetch Latest Changes from Main
run: |
git fetch origin main
git checkout main
git pull origin main
- name: Update Homebrew Formula
run: |
FORMULA_FILE="formula/netfetch.rb"
Expand Down

0 comments on commit 9a3b8ff

Please sign in to comment.