From 2f9c99982a92b4bcba6f67d1054cebfc9c2f5c8e Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Fri, 10 May 2024 03:38:15 -0700 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b186c44..78cab1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,4 +8,4 @@ jobs: - uses: actions/github-script@v7 with: script: | - curl -i --trace-ascii - -X POST https://discord.com/api/webhooks/1238439249515384852/kuNae6ZiohUV7GE0WQfi1VLNbRev-jnsnylpEAcFF_ftNoYx2TvxrfblJ-OAU0_8x_Op -H "Content-Type:application/json" --data '{"content": "Hello from GHActions"}' + curl -i -H "Accept: application/json" -H "Content-Type:application/json" -X POST --data "{\"content\": \"Hello From GH Actions!\"}" https://discord.com/api/webhooks/1238439249515384852/kuNae6ZiohUV7GE0WQfi1VLNbRev-jnsnylpEAcFF_ftNoYx2TvxrfblJ-OAU0_8x_Op