From 0b717b660aa3ac0154c5c5e02d6153642cc64966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Andrade?= Date: Tue, 29 Oct 2019 17:54:35 +0000 Subject: [PATCH] fix request json --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 77b17fa..304120f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -42,7 +42,7 @@ else { "ref": "refs/tags/$TAG", - "sha": "$GITHUB_SHA", + "sha": "$GITHUB_SHA" } EOF fi