Skip to content

Commit 4e4664d

Browse files
committed
Testing for Telegram Monitor bot
1 parent 1381c96 commit 4e4664d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/telegram_notify.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,12 @@ jobs:
1616
-d chat_id="${{ secrets.TELEGRAM_CHAT_ID }}" \
1717
-d parse_mode="HTML" \
1818
-d disable_web_page_preview="true" \
19-
-d text="👤 <a href='https://github.com/${{ github.actor }}'>${{ github.actor }}</a> pushed to 📁 <a href='https://github.com/${{ github.repository }}'>${{ github.repository_owner }}</a>: 📝 <i>'${{ github.event.head_commit.message }}'</i> (<a href='${{ github.event.head_commit.url }}'>view commit</a>)"
19+
-d text="👤 User <a href='https://github.com/${{ github.actor }}'>${{ github.actor }}</a> committed into 📁 <b>${{ github.repository }}</b>
20+
21+
<b>Commit header:</b> ${{ github.event.head_commit.message }}
22+
23+
🔗 <a href='https://github.com/${{ github.repository }}'>Link to repository</a>
24+
🔗 <a href='${{ github.event.head_commit.url }}'>Link to commit</a>
25+
🔗 <a href='https://github.com/${{ github.actor }}'>Link to user profile</a>
26+
27+
#log"

0 commit comments

Comments
 (0)