Skip to content
GitLab
菜单
项目
群组
代码片段
/
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
KMSCAKKSCFKA AKFACAMADCAS
brew
提交
333f44f8
未验证
提交
333f44f8
编辑于
11月 10, 2021
作者:
Caleb Xu
浏览文件
github: use system_command when pushing bump PR
上级
227b8148
变更
1
Hide whitespace changes
Inline
Side-by-side
Library/Homebrew/utils/github.rb
浏览文件 @
333f44f8
...
...
@@ -5,12 +5,16 @@ require "uri"
require
"utils/github/actions"
require
"utils/github/api"
require
"system_command"
# Wrapper functions for the GitHub API.
#
# @api private
module
GitHub
extend
T
::
Sig
include
SystemCommand
::
Mixin
module_function
def
check_runs
(
repo:
nil
,
commit:
nil
,
pr:
nil
)
...
...
@@ -530,7 +534,8 @@ module GitHub
"--"
,
*
changed_files
return
if
args
.
commit?
safe_system
"git"
,
"push"
,
"--set-upstream"
,
remote_url
,
"
#{
branch
}
:
#{
branch
}
"
system_command!
(
"git"
,
args:
[
"push"
,
"--set-upstream"
,
remote_url
,
"
#{
branch
}
:
#{
branch
}
"
],
print_stdout:
true
)
safe_system
"git"
,
"checkout"
,
"--quiet"
,
previous_branch
pr_message
=
<<~
EOS
#{
pr_message
}
...
...
编辑
预览
支持
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录