From 986af9d158773b3d214dedb76a7cc26e195328f8 Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 08:57:38 +0300 Subject: [PATCH] fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c2210dc..37ad201 100644 --- a/action.yml +++ b/action.yml @@ -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 \ No newline at end of file