From 90f78e3f274fdb7b496a130a8b28a98ea44b49a1 Mon Sep 17 00:00:00 2001 From: Loong Date: Mon, 23 Oct 2023 19:36:02 +0800 Subject: [PATCH] ci: create PR from fork --- .github/workflows/publish-homebrew.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-homebrew.yml b/.github/workflows/publish-homebrew.yml index 0f975fad..905cffcf 100644 --- a/.github/workflows/publish-homebrew.yml +++ b/.github/workflows/publish-homebrew.yml @@ -10,7 +10,7 @@ on: required: false type: string dryrun: - description: Do not push changes to Homebrew + description: Do not create PR required: true type: boolean secrets: @@ -24,7 +24,7 @@ on: required: false type: string dryrun: - description: Do not push changes to Homebrew + description: Do not create PR default: true required: true type: boolean @@ -82,7 +82,6 @@ jobs: brew bump-formula-pr maa-cli ${{ fromJson(needs.meta.outputs.dryrun) && '--dry-run' || '' }} --no-browse - --no-fork --version='${{ needs.meta.outputs.version }}' --message='Bump `maa-cli` to `${{ needs.meta.outputs.version }}`' @@ -98,6 +97,5 @@ jobs: brew bump-cask-pr maa-cli-bin ${{ fromJson(needs.meta.outputs.dryrun) && '--dry-run' || '' }} --no-browse - --no-fork --version='${{ needs.meta.outputs.version }}' --message='Bump `maa-cli-bin` to `${{ needs.meta.outputs.version }}`'