From 61d8c1b97ebf1a53539ddf9564d3e6ecf0cf5324 Mon Sep 17 00:00:00 2001 From: Vinay Sharma Date: Tue, 3 Dec 2019 12:29:55 +0530 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index f1f236d..97c4166 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -39,7 +39,7 @@ echo '{ "email": "tectonic-action@github.com" }, "content": "'"$(base64 -w 0 $OUTPUT_PDF)"'", - "sha": '$SHA' + "sha": "'$SHA'" }' > payload.json STATUSCODE=$(curl --silent --output /dev/stderr --write-out "%{http_code}" \