File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Notification on push
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+
8+ jobs :
9+ build :
10+
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - name : Discord notification
15+ env :
16+ DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
17+ DISCORD_USERNAME : thatcoder
18+ DISCORD_AVATAR : https://resize.programme-television.ladmedia.fr/r/670,670/img/var/premiere/storage/images/tele-7-jours/news-tv/oss-117-le-caire-nid-d-espions-c8-le-show-de-jean-dujardin-4484285/90175763-1-fre-FR/OSS-117-Le-Caire-nid-d-espions-C8-Le-show-de-Jean-Dujardin.jpg
19+ uses : Ilshidur/action-discord@master
20+ with :
21+ args : ' A new commit has been pushed to Ilshidur/action-discord.'
22+ - name : Discord notification
23+ env :
24+ DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
25+ uses : Ilshidur/action-discord@master
You can’t perform that action at this time.
0 commit comments