File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Notification on push
2+ on :
3+ push :
4+ branches :
5+ - master
6+ jobs :
7+ build :
8+
9+ runs-on : ubuntu-latest
10+
11+ steps :
12+ - name : Discord notification
13+ env :
14+ DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
15+ DISCORD_USERNAME : thatcoder
16+ 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
17+ uses : Ilshidur/action-discord@master
18+ with :
19+ args : ' A new commit has been pushed to Ilshidur/action-discord.'
20+ - name : Discord notification
21+ env :
22+ DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
23+ uses : Ilshidur/action-discord@master
You can’t perform that action at this time.
0 commit comments