appleboy / telegram-action

GitHub Action that sends a Telegram message.
https://github.com/marketplace/actions/telegram-message-notify
MIT License
821 stars 105 forks source link

Add option to sanitise texts in HTML format #34

Open MuntashirAkon opened 3 years ago

MuntashirAkon commented 3 years ago

HTML format requires that <, >, etc. have to be replaced with &lt;, &gt;, etc. Add an option to do that.

Currently, if you add, say, a < in your commit (which is configured to be sent as a message), it will fail to send the message.