We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc76a95 commit d7ef766Copy full SHA for d7ef766
1 file changed
.github/workflows/publish.yml
@@ -33,10 +33,11 @@ jobs:
33
git checkout pr-$PULL_REQUEST
34
35
# 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
+ brew pr-pull --debug --no-cherry-pick --workflows=tests-arm.yml --tap=$GITHUB_REPOSITORY $PULL_REQUEST
37
38
- name: Push commits
39
uses: Homebrew/actions/git-try-push@master
40
with:
41
token: ${{ secrets.PAT }}
42
- branch: ${{ github.event.pull_request.head.ref }}
+ branch: ${{ github.event.pull_request.head.ref }}
43
+ force: true
0 commit comments