Skip to content

Commit 8a7233c

Browse files
committed
Testing for Telegram Monitor bot
1 parent 28300cc commit 8a7233c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/telegram_notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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 <a href='https://github.com/${{ github.actor }}'>${{ github.actor }}</a> committed into 📁 <b>${{ github.repository }}</b>
23+
-d text="👤 User ${{ github.actor }}</a> committed into 📁 <b>${{ github.repository }}</b>
2424
2525
<b>Commit header:</b> $HEADER
2626
<b>Commit description:</b> <i>$DESC</i>

0 commit comments

Comments
 (0)