show raw response
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 1m17s

This commit is contained in:
Alexandre Bruyant 2024-01-08 13:07:39 +01:00
parent 195c92a5ec
commit 3ffdd2e547

View File

@ -121,7 +121,7 @@ func main() {
githubactions.Fatalf(err.Error())
}
githubactions.Debugf("Response: %v", string(resBody))
githubactions.Infof("Response: %v", string(resBody))
d := json.NewDecoder(res.Body)
addResponses := make([]*AddResponse, 0)
for {