Skip to content

Commit

Permalink
Update update-formula.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeadie authored Sep 24, 2024
1 parent fe6221d commit 6001e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if [[ $(git diff --exit-code Formula/**.rb) ]]; then
git add Formula/**.rb
git commit -m "Update Formula for version ${{ github.event.inputs.version}}"
git push origin acknowledgements/${GITHUB_RUN_ID}
git push origin update-formula/${GITHUB_RUN_ID}
gh pr create --title "Update Formula for version ${{ github.event.inputs.version}}" --body "This PR updates the Formula for version ${{ github.event.inputs.version}}" --base trunk --head update-formula/${GITHUB_RUN_ID}
else
echo "No changes detected"
Expand Down

0 comments on commit 6001e92

Please sign in to comment.