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