Browse Source

fix chat

master
Ricardo A Carrasco 2 years ago
parent
commit
98a5221775
  1. 2
      .drone.yml

2
.drone.yml

@ -34,4 +34,4 @@ steps: @@ -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"}'

Loading…
Cancel
Save