File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
3232 format : HTML
3333 message : |
3434 <b>LetsCode.io:</b> <a href="https://github.com/letscode-io/letscode.io/commit/${{ github.sha }}">Deployment #${{github.run_id}}</a>
35- Deployment has been finished successfully ✅
36- - name : Notify telegram group about a failed deployment
37- if : ${{ failure() }}
38- uses : appleboy/telegram-action@master
39- with :
40- to : ${{ secrets.TELEGRAM_GROUP_ID }}
41- token : ${{ secrets.TELEGRAM_BOT_TOKEN }}
42- format : HTML
43- message : |
44- <b>LetsCode.io:</b> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fletscode-io%2Fletscode.io%2Fcommit%2F%24%7B%7B+github.sha+%7D%7D">Deployment #${{github.run_id}}</a>
45- Deployment has been failed 💩
35+ ✅ Deployment has been finished successfully
36+ - name : Notify telegram group about a failed deployment
37+ if : ${{ failure() }}
38+ uses : appleboy/telegram-action@master
39+ with :
40+ to : ${{ secrets.TELEGRAM_GROUP_ID }}
41+ token : ${{ secrets.TELEGRAM_BOT_TOKEN }}
42+ format : HTML
43+ message : |
44+ <b>LetsCode.io:</b> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fletscode-io%2Fletscode.io%2Fcommit%2F%24%7B%7B+github.sha+%7D%7D">Deployment #${{github.run_id}}</a>
45+ 💩 Deployment has been failed
You can’t perform that action at this time.
0 commit comments