diff --git a/.drone.yml b/.drone.yml index 3526be2..0e193e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,4 +34,4 @@ steps: curl $GCHAT_WH -X 'POST' -H 'Content-type:application/json' - -d '{\"text\":\"This message is from Drone\"}' + -d '{"text":"This message is from Drone"}'