Skip to content

Commit

Permalink
Update discord-notify-selfhosted-windows-powershell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UnagiDohn committed Oct 13, 2024
1 parent 63219d4 commit 867cadb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"'

0 comments on commit 867cadb

Please sign in to comment.