diff --git a/action.yml b/action.yml index 8fb7d31..d929b2b 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 }}" \"${{ inputs.message }}\" + run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" "${{ inputs.message }}" shell: bash \ No newline at end of file