Skip to content

Commit

Permalink
echo formula test
Browse files Browse the repository at this point in the history
  • Loading branch information
eemmiillyy committed Jul 23, 2024
1 parent 4cf28b0 commit 214fea8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,13 @@ jobs:
sed -i 's/__CLI_LINUX_DOWNLOAD_URL__/${CLI_MAC_INTEL_DOWNLOAD_URL}/g' ./Formula/xata.rb
sed -i 's/__CLI_LINUX_ARM_DOWNLOAD_URL__/${CLI_MAC_INTEL_DOWNLOAD_URL}/g' ./Formula/xata.rb
- name: Read updated formula file
id: getformula
run: echo "::set-output name=formula::$(cat ./Formula/xata.rb)"

- name: commit changes
run: |
git status
# git add .
git add .
# git commit -m "Update Homebrew Formula"
# git push origin main

0 comments on commit 214fea8

Please sign in to comment.