Added more debugging
This commit is contained in:
@@ -17,6 +17,8 @@ public class Worker(
|
||||
if (dryRun)
|
||||
{
|
||||
logger.LogInformation("Dry run enabled, not deleting {Count} packages", packages.Count);
|
||||
logger.LogInformation("Would delete packages: {versions}",
|
||||
string.Join(", ", packages.Select(p => p.Version)));
|
||||
}
|
||||
|
||||
foreach (var giteaPackage in packages)
|
||||
|
||||
Reference in New Issue
Block a user