#8 Finished the update I need to redo the call of these methods.

This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-15 21:59:29 +03:00
parent e57e1ff82e
commit f9fe7e183e
2 changed files with 22 additions and 16 deletions

View File

@@ -204,6 +204,7 @@ func main() {
if err != nil {
logger.Fatalf(ctx, "failed to create pr: %v", err)
}
logger.Infof(ctx, "PR create for %s - %s", pathMod, mod.Version)
}
}