show raw response
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 1m17s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 1m17s
This commit is contained in:
parent
195c92a5ec
commit
3ffdd2e547
2
main.go
2
main.go
@ -121,7 +121,7 @@ func main() {
|
|||||||
githubactions.Fatalf(err.Error())
|
githubactions.Fatalf(err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
githubactions.Debugf("Response: %v", string(resBody))
|
githubactions.Infof("Response: %v", string(resBody))
|
||||||
d := json.NewDecoder(res.Body)
|
d := json.NewDecoder(res.Body)
|
||||||
addResponses := make([]*AddResponse, 0)
|
addResponses := make([]*AddResponse, 0)
|
||||||
for {
|
for {
|
||||||
|
Loading…
Reference in New Issue
Block a user