From 45c484fe2b2bbdbc74ae00a9f5cf03a230beec2a Mon Sep 17 00:00:00 2001 From: tsickert Date: Fri, 5 Apr 2024 09:46:10 +0000 Subject: [PATCH] Set default value of wait to true --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 88480bb..a4e8ef2 100644 --- a/action.yml +++ b/action.yml @@ -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