From 8d789556924368677d46a27bcbc6aa54742199c3 Mon Sep 17 00:00:00 2001 From: Sachin Pande Date: Wed, 15 May 2019 18:33:44 +0100 Subject: [PATCH] actually send the request and not just echo --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e3bd71c..2cfb3ca 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,7 +9,7 @@ METADATA=${METADATA:-"{}"} AUTO_ASSIGN_RELEASE=${AUTO_ASSIGN_RELEASE:-false} VERSION=${VERSION:-$GITHUB_REF} -echo curl $URL \ +curl $URL \ --header "Content-Type: application/json" \ --data '{ "apiKey": "'${BUGSNAG_API_KEY}'",