From fd9a507b3b40bee562b2985c828011eeb9415f9c Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 09:21:14 +0300 Subject: [PATCH] test delete if --- action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 4b7baaf..c6ef477 100644 --- a/action.yml +++ b/action.yml @@ -51,8 +51,8 @@ runs: if: inputs.message != '' run: sendMessage "${{ inputs.bot_token }}" ${{ inputs.chat_id }} "${{ inputs.message }}" shell: bash -# -# - name: Delete message -# if: inputs.delete != "" -# run: delete "${{ inputs.bot_token }}" ${{ inputs.chat_id }} ${{ inputs.delete }} -# shell: bash \ No newline at end of file + + - name: Delete message + if: inputs.delete != "" + run: delete "${{ inputs.bot_token }}" ${{ inputs.chat_id }} ${{ inputs.delete }} + shell: bash \ No newline at end of file