mirror of
https://github.com/tsickert/discord-webhook.git
synced 2025-02-03 21:16:41 -05:00
Adjust test for wait since we wait by default now
This commit is contained in:
parent
7bedadea6f
commit
6c051199db
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -94,6 +94,6 @@ jobs:
|
|||
with:
|
||||
webhook-url: ${{ secrets.WEBHOOK_URL }}
|
||||
username: Bill
|
||||
content: Discord will confirm this was sent successfully before replying.
|
||||
content: Discord will not confirm this was sent successfully before replying.
|
||||
avatar-url: https://cdn.discordapp.com/avatars/742807869023322232/dd41912939ffccbea0276f70688fa0ec.webp?size=256
|
||||
wait: true
|
||||
wait: false
|
Loading…
Reference in a new issue