Skip to content

Commit

Permalink
66. format deploy message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrakovich committed Jan 11, 2025
1 parent febbd70 commit b2b8706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
<b>Success deploying ✅</b>
<blockquote expandable>${{ github.event.commits[0].message }}</blockquote>
##################################
Expand Down

0 comments on commit b2b8706

Please sign in to comment.