From 6aa7b222ce3af35c4555848e22f9b5db113b80b7 Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 09:03:31 +0300 Subject: [PATCH] test --- action.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 77a522d..8fb7d31 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,5 @@ runs: GITHUB_ACTION_PATH: ${{ github.action_path }} - name: Send message - run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" "$MESSAGE" - shell: bash - env: - MESSAGE: $(echo -e "${{ inputs.message }}") \ No newline at end of file + run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" \"${{ inputs.message }}\" + shell: bash \ No newline at end of file