From e0534b01a04afc86956ddfd15f1bfef8b6e92ac5 Mon Sep 17 00:00:00 2001 From: Vinay Sharma Date: Fri, 15 Nov 2019 17:03:51 +0530 Subject: [PATCH] update push commit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 72feb05..7fa11bb 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,7 +8,7 @@ tectonic $1 OUTPUT_PDF="${1%.*}.pdf" STATUSCODE=$(curl --silent --output /dev/stderr --write-out "%{http_code}" -i -X PUT -H "Authorization: token $GITHUB_TOKEN" -d '{ - "message": "update resume", + "message": "update $OUTPUT_PDF", "committer": { "name": "Tectonic Action", "email": "tectonic-action@github.com"