@@ -249,7 +249,7 @@ func giteaPullRequest(ctx context.Context, cfg *Config, mods map[string]modules.
|
|||||||
}
|
}
|
||||||
|
|
||||||
if err = json.Unmarshal(buf, &pulls); err != nil {
|
if err = json.Unmarshal(buf, &pulls); err != nil {
|
||||||
logger.Fatalf(ctx, "failed to decode response: %v", err)
|
logger.Fatalf(ctx, "failed to decode response %s err: %v", buf, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
for path := range mods {
|
for path := range mods {
|
||||||
|
Reference in New Issue
Block a user