From 692594260e1dec0787f5864be1542a1881bcfd15 Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 09:33:36 +0300 Subject: [PATCH] status input --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fda0003..3a9d630 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,10 @@ inputs: description: "Message ID to delete" required: false default: '' - + status: + description: "Status message" + required: false + default: '' chat_id: description: "Chat ID" required: true