This commit is contained in:
Kirill Chikalin
2025-03-20 09:03:31 +03:00
parent bd971edf91
commit 6aa7b222ce

View File

@@ -50,7 +50,5 @@ 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 }}" "$MESSAGE" run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" \"${{ inputs.message }}\"
shell: bash shell: bash
env:
MESSAGE: $(echo -e "${{ inputs.message }}")