This commit is contained in:
Kirill Chikalin
2025-03-20 08:57:38 +03:00
parent 472094ff25
commit 986af9d158

View File

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