Skip to content

Commit d7ef766

Browse files
author
lgmugnier
authored
No cherry picking on brew pr-pull (#277)
* no cherry picking on brew pr-pull * force push commit
1 parent dc76a95 commit d7ef766

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
git checkout pr-$PULL_REQUEST
3434
3535
# 2. Run the pull (this adds the 'bottle do' lines and commits them locally)
36-
brew pr-pull --debug --workflows=tests-arm.yml --tap=$GITHUB_REPOSITORY $PULL_REQUEST
36+
brew pr-pull --debug --no-cherry-pick --workflows=tests-arm.yml --tap=$GITHUB_REPOSITORY $PULL_REQUEST
3737
3838
- name: Push commits
3939
uses: Homebrew/actions/git-try-push@master
4040
with:
4141
token: ${{ secrets.PAT }}
42-
branch: ${{ github.event.pull_request.head.ref }}
42+
branch: ${{ github.event.pull_request.head.ref }}
43+
force: true

0 commit comments

Comments
 (0)