Re-enabled info
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 1m24s

This commit is contained in:
Alexandre Bruyant 2024-01-08 12:38:43 +01:00
parent 34a681dfd2
commit 195c92a5ec

View File

@ -131,7 +131,7 @@ func main() {
} else if err != nil { } else if err != nil {
githubactions.Warningf("Failed to unmarshal response: %v", fmt.Errorf("%w", err)) githubactions.Warningf("Failed to unmarshal response: %v", fmt.Errorf("%w", err))
} }
githubactions.Debugf("Unmarshaled response: %v", addResponse) githubactions.Infof("Unmarshaled response: %v", addResponse)
addResponses = append(addResponses, &addResponse) addResponses = append(addResponses, &addResponse)
} }