Skip to content

Commit

Permalink
Merge pull request #54 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 848a893 + df8f09a commit 9d9a23c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/notif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
to: ${{ secrets.TELEGRAM_GROUP_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
disable_web_page_preview: true
format: html
# format: html
message: |
${{ env.COMMIT_AUTHOR }} deploy some fresh code!
${{ env.COMMIT_AUTHOR }} deploy some fresh code!
<b>Server:</b> ${{ env.SERVER_NAME }}
<b>Site:</b> ${{ env.SITE_NAME }}
<b>Commit:</b> https://github.com/${{ github.repository }}/commit/${{ github.sha }}
<b>Message:</b> ${{ env.PR_TITLE }}.
Server: ${{ env.SERVER_NAME }}
Site: ${{ env.SITE_NAME }}
Commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }}
Message: ${{ env.PR_TITLE }}.

0 comments on commit 9d9a23c

Please sign in to comment.