mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-05 15:38:41 +00:00
Support deletion of repos (#53)
This commit is contained in:
@@ -99,7 +99,7 @@ module Program =
|
||||
)
|
||||
|
||||
logger.LogInformation "Checking repos..."
|
||||
let! repoErrors = Gitea.checkRepos config client
|
||||
let! repoErrors = Gitea.checkRepos logger config client
|
||||
|
||||
match repoErrors, args.DryRun with
|
||||
| Ok (), _ -> ()
|
||||
|
Reference in New Issue
Block a user