Skip to content

Commit

Permalink
Update monitor-homebrew.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arezaii authored Jan 6, 2025
1 parent 4084888 commit 3f4b3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monitor-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
mv hb_master_chapel.rb util/packaging/homebrew/chapel-release.rb
git add util/packaging/homebrew/chapel-release.rb
git commit -m "Update chapel-main.rb with changes from chapel.rb"
git push --set-upstream origin update-chapel-homebrew-release
git push --set-upstream origin update-chapel-homebrew-release-${{ env.HASH_SUBSTRING }}
echo "Homebrew has updated the formula!"
- name: create pull request
run: gh pr create -B main -H update-chapel-homebrew-release-${{ env.HASH_SUBSTRING }} --title 'Update our copy of the released Homebrew formula' --body 'Created by Github action'
run: gh pr create -B main -H update-chapel-homebrew-release-${{ env.HASH_SUBSTRING }} --title 'Update our copy of the released Homebrew formula' --body 'Homebrew released formula file hash is ${{ env.FILE_HASH }}. Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f4b3f1

Please sign in to comment.