use -s
This commit is contained in:
parent
73fed0e15e
commit
7dd8af3806
@ -16,6 +16,6 @@ echo "body: $INPUT_BODY"
|
|||||||
|
|
||||||
url="https://oapi.dingtalk.com/robot/send?access_token=${INPUT_DINGTOKEN}"
|
url="https://oapi.dingtalk.com/robot/send?access_token=${INPUT_DINGTOKEN}"
|
||||||
|
|
||||||
curl "$url" \
|
curl -s "$url" \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d "${INPUT_BODY}"
|
-d "${INPUT_BODY}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user