forked from github-starred/komodo
1.10.3 support multiple github webhook app installations
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user