Making mirrors be public by default (the heck Gemini ...)
All checks were successful
Cargo Build & Test / Rust project - latest (1.90) (push) Successful in 4m14s
All checks were successful
Cargo Build & Test / Rust project - latest (1.90) (push) Successful in 4m14s
This commit is contained in:
@@ -186,7 +186,7 @@ async fn main() -> Result<()> {
|
||||
uid: user.id,
|
||||
repo_name: &target_repo_name,
|
||||
mirror: true,
|
||||
private: true,
|
||||
private: false,
|
||||
description: format!("Mirror of {}", url_to_mirror),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user