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