From 9c28cb7a93c06f18b998afab5023c0efaff28b90 Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 09:01:47 +0300 Subject: [PATCH] test --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bb01877..77a522d 100644 --- a/action.yml +++ b/action.yml @@ -53,4 +53,4 @@ runs: run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" "$MESSAGE" shell: bash env: - MESSAGE: ${{ inputs.message }} \ No newline at end of file + MESSAGE: $(echo -e "${{ inputs.message }}") \ No newline at end of file