File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ name : ' Telegram message'
2+ on : [push]
3+
4+ jobs :
5+ send-telegram-message :
6+ name : Telegram message
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : Telegram message
10+ 11+ with :
12+ to : ${{ secrets.TELEGRAM_TO }}
13+ token : ${{ secrets.TELEGRAM_TOKEN }}
14+ format : markdown
15+ disable_web_page_preview : true
16+ message : |
17+ *New Push* 📤
18+
19+ *Author:* [@${{ github.actor }}](https://github.com/${{ github.actor }})
20+ *Repository:* [${{ github.repository }}](https://github.com/${{ github.repository }})
21+ *Branch:* [${{ github.ref_name }}](https://github.com/${{ github.repository }}/tree/${{ github.ref_name }})
22+
23+ *Commit Message:*
24+ `${{ github.event.head_commit.message }}`
25+
26+ [View Changes](https://github.com/${{ github.repository }}/commit/${{ github.sha }})
You can’t perform that action at this time.
0 commit comments