Merge pull request #20284 from Homebrew/dispatch-built-bottle-ref
dispatch-build-bottle: use `main` branch
This commit is contained in:
commit
6a8502809a
@ -42,7 +42,7 @@ module Homebrew
|
|||||||
def run
|
def run
|
||||||
tap = Tap.fetch(args.tap || CoreTap.instance.name)
|
tap = Tap.fetch(args.tap || CoreTap.instance.name)
|
||||||
user, repo = tap.full_name.split("/")
|
user, repo = tap.full_name.split("/")
|
||||||
ref = "master"
|
ref = "main"
|
||||||
workflow = args.workflow || "dispatch-build-bottle.yml"
|
workflow = args.workflow || "dispatch-build-bottle.yml"
|
||||||
|
|
||||||
runners = []
|
runners = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user