workflows/sponsors-maintainers-man-completions: fix git-try-push failure

This commit is contained in:
Ruoyu Zhong 2023-04-10 03:05:37 +08:00
parent fc7eaab833
commit bc2f4c5ef3
No known key found for this signature in database
GPG Key ID: DCAF462CAB59907D

View File

@ -121,7 +121,6 @@ jobs:
directory: ${{ steps.set-up-homebrew.outputs.repository-path }} directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
branch: ${{ steps.update.outputs.branch }} branch: ${{ steps.update.outputs.branch }}
force: true force: true
origin_branch: "master"
- name: Open a pull request - name: Open a pull request
if: steps.update.outputs.pull_request == 'true' if: steps.update.outputs.pull_request == 'true'