From 7dd8af3806ec34bbc7cd9746a75b60117266cd3f Mon Sep 17 00:00:00 2001 From: zcong1993 Date: Thu, 29 Aug 2019 17:12:34 +0800 Subject: [PATCH] use -s --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e061bcf..b55ee5c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,6 +16,6 @@ echo "body: $INPUT_BODY" url="https://oapi.dingtalk.com/robot/send?access_token=${INPUT_DINGTOKEN}" -curl "$url" \ +curl -s "$url" \ -H 'Content-Type: application/json' \ -d "${INPUT_BODY}"