From bc2f4c5ef360647fb464d579b2465e0dca1ce77c Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Mon, 10 Apr 2023 03:05:37 +0800 Subject: [PATCH] workflows/sponsors-maintainers-man-completions: fix git-try-push failure --- .github/workflows/sponsors-maintainers-man-completions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sponsors-maintainers-man-completions.yml b/.github/workflows/sponsors-maintainers-man-completions.yml index 45850a82d7..929b3ad1ca 100644 --- a/.github/workflows/sponsors-maintainers-man-completions.yml +++ b/.github/workflows/sponsors-maintainers-man-completions.yml @@ -121,7 +121,6 @@ jobs: directory: ${{ steps.set-up-homebrew.outputs.repository-path }} branch: ${{ steps.update.outputs.branch }} force: true - origin_branch: "master" - name: Open a pull request if: steps.update.outputs.pull_request == 'true'