Re-enabled info
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 1m24s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 1m24s
This commit is contained in:
parent
34a681dfd2
commit
195c92a5ec
2
main.go
2
main.go
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user