Skip to content

Commit

Permalink
Merge pull request #187 from deggja/ci/no-reset
Browse files Browse the repository at this point in the history
ci: remove debug and move pull
  • Loading branch information
deggja authored Oct 4, 2024
2 parents 3dc9a1f + 6daecb6 commit b5b0081
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ jobs:
SHA=$(sha256sum temp/netfetch_linux_amd64.tar.gz | awk '{print $1}')
echo "LINUX_SHA256=$SHA" >> $GITHUB_ENV
- name: Debug - Print SHA256 Variables
- name: Fetch Latest Changes from Main
run: |
echo "MACOS_SHA256: $MACOS_SHA256"
echo "LINUX_SHA256: $LINUX_SHA256"
git fetch origin main
git checkout main
git pull origin main
- name: Update Homebrew Formula
run: |
Expand All @@ -80,12 +81,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: Commit and Push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit b5b0081

Please sign in to comment.