File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments