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