This commit is contained in:
Kirill Chikalin
2025-03-20 09:00:44 +03:00
parent 959fd6e8d9
commit 9a1eb86093

View File

@@ -50,5 +50,7 @@ runs:
GITHUB_ACTION_PATH: ${{ github.action_path }} GITHUB_ACTION_PATH: ${{ github.action_path }}
- name: Send message - name: Send message
run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" $(echo -e "/"${{ inputs.message }}/"") run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" "$MESSAGE"
shell: bash shell: bash
env:
MESSAGE: ${{ inputs.message }}