dev-cmd: fix GitHub.workflow_dispatch_event kwarg calls
This commit is contained in:
parent
832c424dbe
commit
f38fc62f90
@ -88,7 +88,7 @@ module Homebrew
|
|||||||
inputs[:upload] = args.upload?
|
inputs[:upload] = args.upload?
|
||||||
|
|
||||||
ohai "Dispatching #{tap} bottling request of formula \"#{formula.name}\" for #{runners.join(", ")}"
|
ohai "Dispatching #{tap} bottling request of formula \"#{formula.name}\" for #{runners.join(", ")}"
|
||||||
GitHub.workflow_dispatch_event(user, repo, workflow, ref, inputs)
|
GitHub.workflow_dispatch_event(user, repo, workflow, ref, **inputs)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -74,7 +74,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
ohai "Dispatching #{tap} pull request ##{issue}"
|
ohai "Dispatching #{tap} pull request ##{issue}"
|
||||||
GitHub.workflow_dispatch_event(user, repo, workflow, ref, inputs)
|
GitHub.workflow_dispatch_event(user, repo, workflow, ref, **inputs)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user