From ab502c267203b038b188b47bdb0f10d4ddbae967 Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Sat, 28 Jan 2023 15:58:21 -0600 Subject: [PATCH] Update curl.sh --- curl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl.sh b/curl.sh index 1d4d9b81f..16a0d3733 100755 --- a/curl.sh +++ b/curl.sh @@ -8,4 +8,4 @@ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer $GITHUB_TOKEN" \ https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \ - -d '{"name":"$NAME", "head_sha":"$SHA", "status":"completed", "conclusion":"$STATUS"}' + -d '{"name":"$NAME", "head_sha":"$SHA", "status":"completed", "conclusion":"success"}'