1
0

fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
syui 2024-03-10 13:39:45 +09:00
parent f57eebc6dc
commit de2404c09f
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 11 additions and 11 deletions

@ -1 +1 @@
Subproject commit d02d5175871e46dedad19cc1db44dc9fb7855c4a
Subproject commit f1f1f67b612d758fe3beef7610c05b2a309ae96f

View File

@ -144,9 +144,9 @@ pub fn c_bot(c: &Context) {
.arg(&uri)
.arg(&cid_root)
.arg(&uri_root)
.arg(&host)
.arg(&prompt)
.arg(&prompt_sub)
.arg(&host)
.output()
.expect("zsh");
w_cid(cid.to_string(), log_file(&"n1"), true);
@ -162,9 +162,9 @@ pub fn c_bot(c: &Context) {
.arg(&uri)
.arg(&cid_root)
.arg(&uri_root)
.arg(&host)
.arg(&prompt)
.arg(&prompt_sub)
.arg(&host)
.output()
.expect("zsh");
let d = String::from_utf8_lossy(&output.stdout);
@ -183,9 +183,9 @@ pub fn c_bot(c: &Context) {
.arg(&uri)
.arg(&cid_root)
.arg(&uri_root)
.arg(&host)
.arg(&prompt)
.arg(&prompt_sub)
.arg(&host)
.output()
.expect("zsh");
let d = String::from_utf8_lossy(&output.stdout);
@ -233,9 +233,9 @@ pub fn c_bot(c: &Context) {
.arg(&uri)
.arg(&cid_root)
.arg(&uri_root)
.arg(&host)
.arg(&prompt)
.arg(&prompt_sub)
.arg(&host)
.output()
.expect("zsh");
let d = String::from_utf8_lossy(&output.stdout);
@ -265,9 +265,9 @@ pub fn c_bot(c: &Context) {
.arg(&uri)
.arg(&cid_root)
.arg(&uri_root)
.arg(&host)
.arg(&prompt)
.arg(&prompt_sub)
.arg(&host)
.output()
.expect("zsh");
let d = String::from_utf8_lossy(&output.stdout);
@ -297,9 +297,9 @@ pub fn c_bot(c: &Context) {
.arg(&uri)
.arg(&cid_root)
.arg(&uri_root)
.arg(&host)
.arg(&prompt)
.arg(&prompt_sub)
.arg(&host)
.output()
.expect("zsh");
let d = String::from_utf8_lossy(&output.stdout);
@ -327,9 +327,9 @@ pub fn c_bot(c: &Context) {
.arg(&uri)
.arg(&cid_root)
.arg(&uri_root)
.arg(&host)
.arg(&prompt)
.arg(&prompt_sub)
.arg(&host)
.output()
.expect("zsh");
let d = String::from_utf8_lossy(&output.stdout);
@ -359,9 +359,9 @@ pub fn c_bot(c: &Context) {
.arg(&uri)
.arg(&cid_root)
.arg(&uri_root)
.arg(&host)
.arg(&prompt)
.arg(&prompt_sub)
.arg(&host)
.output()
.expect("zsh");
let d = String::from_utf8_lossy(&output.stdout);
@ -392,9 +392,9 @@ pub fn c_bot(c: &Context) {
.arg(&uri)
.arg(&cid_root)
.arg(&uri_root)
.arg(&host)
.arg(&prompt)
.arg(&prompt_sub)
.arg(&host)
.output()
.expect("zsh");
let d = String::from_utf8_lossy(&output.stdout);
@ -420,9 +420,9 @@ pub fn c_bot(c: &Context) {
.arg(&uri)
.arg(&cid_root)
.arg(&uri_root)
.arg(&host)
.arg(&prompt)
.arg(&prompt_sub)
.arg(&host)
.output()
.expect("zsh");
let d = String::from_utf8_lossy(&output.stdout);