This commit is contained in:
Kirill Chikalin
2025-03-20 09:01:47 +03:00
parent 9a1eb86093
commit 9c28cb7a93

View File

@@ -53,4 +53,4 @@ runs:
run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" "$MESSAGE"
shell: bash
env:
MESSAGE: ${{ inputs.message }}
MESSAGE: $(echo -e "${{ inputs.message }}")