convert to string before log
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 55s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 55s
This commit is contained in:
parent
24294064bf
commit
8ecac01dc5
2
main.go
2
main.go
@ -121,7 +121,7 @@ func main() {
|
|||||||
githubactions.Fatalf(err.Error())
|
githubactions.Fatalf(err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
githubactions.Infof("Response: %v", resBody)
|
githubactions.Infof("Response: %v", string(resBody))
|
||||||
|
|
||||||
var ipfsAddResponse AddResponse
|
var ipfsAddResponse AddResponse
|
||||||
json.Unmarshal(resBody, &ipfsAddResponse)
|
json.Unmarshal(resBody, &ipfsAddResponse)
|
||||||
|
Loading…
Reference in New Issue
Block a user