From 867cadb276a856199db94b61d1ec7e65d3e8aff7 Mon Sep 17 00:00:00 2001 From: jjc-kuwabara Date: Sun, 13 Oct 2024 18:42:46 +0900 Subject: [PATCH] Update discord-notify-selfhosted-windows-powershell.yml --- .../workflows/discord-notify-selfhosted-windows-powershell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-notify-selfhosted-windows-powershell.yml b/.github/workflows/discord-notify-selfhosted-windows-powershell.yml index 68dda27..e4998bc 100644 --- a/.github/workflows/discord-notify-selfhosted-windows-powershell.yml +++ b/.github/workflows/discord-notify-selfhosted-windows-powershell.yml @@ -35,4 +35,4 @@ jobs: - name: Notify Discord # cmd.exe /c 'curl -H "Content-Type: application/json" -X POST -d "{\"username\": \"ここに名前を入れる\", \"content\": \"メッセージを送る!\"}" https://discord.com/api/webhooks/1294410759958298665/NsinS1PTNjGS8J8GFl_m37V36xB-1GzZNSfnoaTEF_LnwnUIqWqoMcWA_Gv3L15iFcxL' run: | - cmd.exe /c 'curl -H "Content-Type: application/json" -X POST -d "{\"username\": \"ここに名前を入れる\", \"content\": \"メッセージを送る!\"}" ${{ secrets.DISCORD_WEBHOOK_URL }}' + cmd.exe /c 'curl -H "Content-Type: application/json" -X POST -d "{\"username\": \"ここに名前を入れる\", \"content\": \"メッセージを送る!\"}" "${{ secrets.DISCORD_WEBHOOK_URL }}"'