From 4afd347bdc536b7749ea6200bf1fc0e0c0364183 Mon Sep 17 00:00:00 2001 From: Ricardo Carrasco Date: Tue, 27 Sep 2022 16:46:47 -0400 Subject: [PATCH] fix chat --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ab56f14..3526be2 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\"}'