From a5fdc81caf31873ab5279a400dbee76b1ee8022c Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Sat, 28 Jan 2023 16:25:23 -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 bfa364a43..48c642773 100755 --- a/curl.sh +++ b/curl.sh @@ -18,4 +18,4 @@ curl \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${TOKEN}" \ https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \ - -d '{"name":"${PR_CONTEXT}", "head_sha":"${COMMIT_SHA}", "status":"completed", "conclusion":"${PR_STATUS}"}' + -d '{"name":"$PR_CONTEXT, "head_sha":$COMMIT_SHA, "status":"completed", "conclusion":$PR_STATUS}'