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 Dec 20, 2024
1 parent 154d1cc commit d0c2735
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 @@ -19,7 +19,7 @@ jobs:
- name: Compare the released version with the chapel-release.rb
id: compare
run: |
if ! cmp -s remote_chapel.rb util/packaging/homebrew/chapel-release.rb; then
if ! cmp -s hb_master_chapel.rb util/packaging/homebrew/chapel-release.rb; then
echo "file_changed=true" >> $GITHUB_ENV
else
echo "file_changed=false" >> $GITHUB_ENV
Expand All @@ -30,7 +30,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git checkout -b update-chapel-main
mv remote_chapel.rb chapel-main.rb
mv hb_master_chapel.rb chapel-main.rb
git add chapel-main.rb
git commit -m "Update chapel-main.rb with changes from chapel.rb"
git push --set-upstream origin update-chapel-main
Expand Down

0 comments on commit d0c2735

Please sign in to comment.