This commit is contained in:
Kirill Chikalin
2025-03-20 10:03:21 +03:00
parent 55bfb03959
commit da881f4c66

View File

@@ -56,7 +56,7 @@ runs:
GITHUB_ACTION_PATH: ${{ github.action_path }} GITHUB_ACTION_PATH: ${{ github.action_path }}
- name: Send message - name: Send message
if: inputs.message != '' if: inputs.message != '' && status == ''
run: sendMessage "${{ inputs.bot_token }}" ${{ inputs.chat_id }} "${{inputs.prefix}}${{ inputs.message }}" run: sendMessage "${{ inputs.bot_token }}" ${{ inputs.chat_id }} "${{inputs.prefix}}${{ inputs.message }}"
shell: bash shell: bash