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 {