Skip to content

Commit 8736be5

Browse files
committed
Testing for Telegram Monitor bot
Test with commit description
1 parent 8a7233c commit 8736be5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/telegram_notify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
-d chat_id="${{ secrets.TELEGRAM_CHAT_ID }}" \
2121
-d parse_mode="HTML" \
2222
-d disable_web_page_preview="true" \
23-
-d text="👤 User ${{ github.actor }}</a> committed into 📁 <b>${{ github.repository }}</b>
23+
-d text="User <a href='https://github.com/${{ github.actor }}'>${{ github.actor }}</a> committed into 📁 <b>${{ github.repository }}</b>
2424
2525
<b>Commit header:</b> $HEADER
2626
<b>Commit description:</b> <i>$DESC</i>
2727
28-
🔗 <a href='https://github.com/${{ github.repository }}'>Link to repository</a>
29-
🔗 <a href='${{ github.event.head_commit.url }}'>Link to commit</a>
30-
🔗 <a href='https://github.com/${{ github.actor }}'>Link to user profile</a>
28+
<a href='https://github.com/${{ github.repository }}'>Link to repository</a>
29+
<a href='${{ github.event.head_commit.url }}'>Link to commit</a>
30+
<a href='https://github.com/${{ github.actor }}'>Link to user profile</a>
3131
3232
#log"

0 commit comments

Comments
 (0)