Set default value of wait to true

This commit is contained in:
tsickert 2024-04-05 09:46:10 +00:00
parent 94d1bb3a03
commit 45c484fe2b

View file

@ -23,6 +23,7 @@ inputs:
wait: wait:
description: 'Whether Discord should wait for confirmation of message send before responding to the webhook request' description: 'Whether Discord should wait for confirmation of message send before responding to the webhook request'
required: false required: false
default: "true"
username: username:
description: 'The username that should appear to send the message. Note: username will have the "bot" badge next to their name.' description: 'The username that should appear to send the message. Note: username will have the "bot" badge next to their name.'
required: false required: false