no message
This commit is contained in:
parent
590e5679ac
commit
83435aa892
@ -184,7 +184,7 @@ class CronController
|
|||||||
|
|
||||||
$aMsg = [
|
$aMsg = [
|
||||||
"命令" => $command,
|
"命令" => $command,
|
||||||
"结果" => $output,
|
"结果" => json_encode($output),
|
||||||
"文章" => $this->aArticle,
|
"文章" => $this->aArticle,
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -208,7 +208,7 @@ class CronController
|
|||||||
|
|
||||||
// 设置用户
|
// 设置用户
|
||||||
$this->runCommand("git config --local user.name \"{$this->sUserName}\"");
|
$this->runCommand("git config --local user.name \"{$this->sUserName}\"");
|
||||||
$this->runCommand("git config --local user.email \"{$this->sUserName}@tuta.io\"");
|
$this->runCommand("git config --local user.email \"{$this->sUserName}@tuta.io\""); //这里得改,直接tuta不行
|
||||||
|
|
||||||
// 创建并切换到 main 分支
|
// 创建并切换到 main 分支
|
||||||
$this->runCommand('git branch -M main');
|
$this->runCommand('git branch -M main');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user