fetch repos

This commit is contained in:
2022-11-21 21:44:36 +01:00
parent 1879ad00ee
commit 30d9410e9f
4 changed files with 13 additions and 15 deletions

View File

@@ -40,6 +40,7 @@ pub async fn execute_subcommand(args: &ArgMatches) -> eyre::Result<()> {
} => {
tracing::debug!(name, "running action");
tracing::info!("fetching repos");
let mut repo_clones = Vec::with_capacity(select.repositories.len());
for repo in select.repositories {
let gp = service_register.git_provider.clone();