Skip to content

Commit

Permalink
🚀Telegram Notif update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arseno25 committed Apr 11, 2024
1 parent 1ecd2a7 commit 700761b
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: Markdown
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

0 comments on commit 700761b

Please sign in to comment.