mirror of
https://github.com/tsickert/discord-webhook.git
synced 2025-02-03 13:16:40 -05:00
Set default value of wait to true
This commit is contained in:
parent
94d1bb3a03
commit
45c484fe2b
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ inputs:
|
|||
wait:
|
||||
description: 'Whether Discord should wait for confirmation of message send before responding to the webhook request'
|
||||
required: false
|
||||
default: "true"
|
||||
username:
|
||||
description: 'The username that should appear to send the message. Note: username will have the "bot" badge next to their name.'
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue