This commit is contained in:
zcong1993 2019-08-29 17:12:34 +08:00
parent 73fed0e15e
commit 7dd8af3806
1 changed files with 1 additions and 1 deletions

View File

@ -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}"