From 878942c579427165e2c757c00acecf6ee016077a Mon Sep 17 00:00:00 2001 From: Nicholas Ellul <15018469+NicholasEllul@users.noreply.github.com> Date: Wed, 4 Jun 2025 09:07:13 -0400 Subject: [PATCH] Make slack_webhook an optional input --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 81c9b9d..756b973 100644 --- a/action.yaml +++ b/action.yaml @@ -17,7 +17,7 @@ inputs: required: false slack_webhook: description: "Slack webhook for notifications" - required: true + required: false runs: using: "composite"