Skip to content

Commit

Permalink
Merge pull request #49 from Arseno25/tes-notif
Browse files Browse the repository at this point in the history
🚀Telegram Notif update
  • Loading branch information
Arseno25 authored Apr 11, 2024
2 parents 62d2adb + 698d0b9 commit afefa2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
with:
to: ${{ secrets.TELEGRAM_CHAT_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
message: "${{ env.COMMIT_AUTHOR }} deploy some fresh code!. \n\n\\*Server:\\* ${{ env.SERVER_NAME }} \n*Site:* ${{ env.SITE_NAME }} \n*Commit:* https://github.com/${{ github.repository }}/commit/${{ github.sha }} \n*Message:* ${{ env.PR_TITLE }}."
parse_mode: MarkdownV3
message: "${{ env.COMMIT_AUTHOR }} deploy some fresh code!. \n\n<b>Server:</b> ${{ env.SERVER_NAME }} \n<b>Site:</b> ${{ env.SITE_NAME }} \n<b>Commit:</b> https://github.com/${{ github.repository }}/commit/${{ github.sha }} \n<b>Message:</b> ${{ env.PR_TITLE }}."
parse_mode: HTML

0 comments on commit afefa2a

Please sign in to comment.