From 485ad60fe0da2f230ca02e83d87d69bfaadb60c4 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Mon, 2 Oct 2023 20:22:03 +0300 Subject: [PATCH] fixup deps Signed-off-by: Vasiliy Tolstov --- cmd/pkgdashcli/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/pkgdashcli/main.go b/cmd/pkgdashcli/main.go index d77be39..1b941ce 100644 --- a/cmd/pkgdashcli/main.go +++ b/cmd/pkgdashcli/main.go @@ -239,6 +239,7 @@ func giteaPullRequest(ctx context.Context, cfg *Config, mods map[string]modules. req.Header.Add("Accept", "application/json") req.Header.Add("Content-Type", "application/json") + logger.Infof(ctx, "try to get pulls GET "+envAPIURL+"/repos/"+envREPOSITORY+"/pulls?state=open&token=XXXXXX") rsp, err := http.DefaultClient.Do(req) if err != nil { return err