From 22517acc4c113d14d6bdba39ade7a27bc3e59173 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 7 Jan 2024 18:48:37 +0100 Subject: [PATCH] Print query --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 8bf0a02..8dc5ae0 100644 --- a/main.go +++ b/main.go @@ -168,6 +168,7 @@ func main() { }() githubactions.Infof("Calling node API") + githubactions.Infof(req.URL.RawQuery) client := &http.Client{} res, err := client.Do(req) if err != nil {