From a08e08aa3f24e459847832f0fb4bc612731a77a7 Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 09:23:28 +0300 Subject: [PATCH] fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ef39f53..37c0f8d 100644 --- a/action.yml +++ b/action.yml @@ -54,5 +54,5 @@ runs: - name: Delete message if: inputs.delete != '' - run: delete "${{ inputs.bot_token }}" ${{ inputs.chat_id }} ${{ inputs.delete }} + run: deleteMessage "${{ inputs.bot_token }}" ${{ inputs.chat_id }} ${{ inputs.delete }} shell: bash \ No newline at end of file