We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--autosquash
1 parent babd473 commit 58ff136Copy full SHA for 58ff136
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
33
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
34
PULL_REQUEST: ${{ github.event.pull_request.number }}
35
- run: brew pr-pull --debug --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"
+ run: brew pr-pull --debug --autosquash --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"
36
37
- name: Push commits
38
uses: Homebrew/actions/git-try-push@master
0 commit comments