diff --git a/main.go b/main.go index 569ace9..0e2d2f8 100644 --- a/main.go +++ b/main.go @@ -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 {