Skip to content

Commit

Permalink
🔧 Tried fixing update-formula job by merging two steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Jun 4, 2024
1 parent 7c8be66 commit 554f150
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
SHA256=$(curl -L $TAR_URL | sha256sum | cut -d' ' -f1)
sed -i "s|url \".*\"|url \"$TAR_URL\"|" $FORMULA_PATH
sed -i "s|sha256 \".*\"|sha256 \"$SHA256\"|" $FORMULA_PATH
- name: Commit and push
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add $FORMULA_PATH
Expand Down

0 comments on commit 554f150

Please sign in to comment.