From da881f4c66e68eb431b7fd1d75fe508b5aa3cbbd Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 10:03:21 +0300 Subject: [PATCH] fix if --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9ed4c78..7fd736e 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ runs: GITHUB_ACTION_PATH: ${{ github.action_path }} - name: Send message - if: inputs.message != '' + if: inputs.message != '' && status == '' run: sendMessage "${{ inputs.bot_token }}" ${{ inputs.chat_id }} "${{inputs.prefix}}${{ inputs.message }}" shell: bash