diff --git a/curl.sh b/curl.sh index 0e4cd8407..f3c57f05e 100755 --- a/curl.sh +++ b/curl.sh @@ -18,6 +18,6 @@ curl \ -H "Accept: application/vnd.github.everest-preview+json" \ -H "Authorization: Bearer $GITHUB_TOKEN" \ https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \ - -d '{"name": \"{$CONTEXT}\", "head_sha": \"${SHA}\", "status":"completed", "conclusion": \"${STATUS}\"}' + -d '{\"name\": \"{$CONTEXT}\", \"head_sha\": \"${SHA}\", \"status\":\"completed\", \"conclusion\": \"${STATUS}\"}'