Skip to content

Commit

Permalink
ci: create PR from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Oct 23, 2023
1 parent 9f5a543 commit 90f78e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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 }}`'
Expand All @@ -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 }}`'

0 comments on commit 90f78e3

Please sign in to comment.