1.10.3 support multiple github webhook app installations

This commit is contained in:
mbecker20
2024-07-09 02:05:38 -07:00
parent e4d0c56e49
commit e106e38cd9
18 changed files with 196 additions and 163 deletions

View File

@@ -153,7 +153,10 @@ where
Ok(logs)
}
#[tracing::instrument(level = "debug", skip(destination, access_token))]
#[tracing::instrument(
level = "debug",
skip(destination, access_token)
)]
async fn clone_inner(
repo: &str,
destination: &Path,