Print query
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 58s

This commit is contained in:
Alexandre Bruyant 2024-01-07 18:48:37 +01:00
parent e265a66948
commit 22517acc4c

View File

@ -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 {