diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1490ea6..2c30a0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,4 +2,4 @@ image: curl:latest publish: script: - - curl --header "Content-Type: application/json" --data @intro.json https://discord.com/api/webhooks/1083770245656879154/8gsyMduE3NE1Hq_-WAVP53nEcMkJPUEikN5_dohzZcXucedOwKYsudWy9lLc4WV0KAeM \ No newline at end of file + - "curl --header 'Content-Type: application/json' --data @intro.json https://discord.com/api/webhooks/1083770245656879154/8gsyMduE3NE1Hq_-WAVP53nEcMkJPUEikN5_dohzZcXucedOwKYsudWy9lLc4WV0KAeM" \ No newline at end of file