diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index dd42d3f4..98b485eb 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -91,11 +91,11 @@ jobs: with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} - format: markdown + format: html disable_web_page_preview: true message: | - Success deploying ✅ - Commit message: ${{ github.event.commits[0].message }} + Success deploying ✅ +
${{ github.event.commits[0].message }}
##################################