From 98a522177583cc63fc3214fad8641d2678b6decc Mon Sep 17 00:00:00 2001 From: Ricardo Carrasco Date: Tue, 27 Sep 2022 16:47:33 -0400 Subject: [PATCH] fix chat --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}'