From 638cbf7aa60ee20391c9884f91129b4e7635f362 Mon Sep 17 00:00:00 2001 From: Jason Davila <29664512+zherner@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:42:56 -0700 Subject: [PATCH] chore: add input (#32) --- action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yaml b/action.yaml index 23c6e92..9568dc4 100644 --- a/action.yaml +++ b/action.yaml @@ -14,6 +14,9 @@ inputs: slack-channel-name: description: 'release_helper Slack channel name, include the #' required: true + enable-deploy: + description: 'release_helper allow deployment' + required: false runs: using: 'composite'