diff --git a/.github/workflows/monitor-homebrew.yml b/.github/workflows/monitor-homebrew.yml index a205c61e07bc..e6bdbb2489ee 100644 --- a/.github/workflows/monitor-homebrew.yml +++ b/.github/workflows/monitor-homebrew.yml @@ -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 }}