Skip to content

Commit

Permalink
Merge pull request #50 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 afefa2a + 08293d7 commit 8c0fc77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/notif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
- name: Send Telegram Notification
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_CHAT_ID }}
to: ${{ secrets.TELEGRAM_GROUP_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
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
message: "${{ env.COMMIT_AUTHOR }} deploy some fresh code!. \n\nServer: ${{ env.SERVER_NAME }} \nSite: ${{ env.SITE_NAME }} \nCommit: https://github.com/${{ github.repository }}/commit/${{ github.sha }} \nMessage: ${{ env.PR_TITLE }}."

0 comments on commit 8c0fc77

Please sign in to comment.