From 65aa723958154dcfb643bbf09557024b124eb28b Mon Sep 17 00:00:00 2001 From: jstan-isch Date: Sat, 28 Jan 2023 14:56:04 -0600 Subject: [PATCH] test --- curl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 curl.sh diff --git a/curl.sh b/curl.sh old mode 100644 new mode 100755 index bed00677e..349b4ab3a --- a/curl.sh +++ b/curl.sh @@ -6,6 +6,6 @@ /usr/bin/curl \ -X POST \ -H "Accept: application/vnd.github+json" \ - -H 'Authorization: Bearer $GITHUB_TOKEN' \ + -H "Authorization: Bearer $GITHUB_TOKEN" \ https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \ - -d '{"name":"myEvent", "head_sha":"$SHA", "status":"completed", "conclusion":"$STATUS"}' + -d '{"name":"$NAME", "head_sha":"$SHA", "status":"completed", "conclusion":"$STATUS"}'