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