Skip to content

Commit

Permalink
Update notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
H2xDev authored Feb 27, 2024
1 parent 2fc57da commit 535f491
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: send telegram message on push
uses: appleboy/telegram-action@master
- name: notification
if: cancelled() == false
uses: xinthink/action-telegram@v1.1
with:
to: ${{ secrets.TELEGRAM_CHAT }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: ${{ github.actor }} created an issue
botToken: ${{ secrets.TELEGRAM_TOKEN }}
chatId: ${{ secrets.TELEGRAM_CHAT }}
jobStatus: ${{ job.status }}

0 comments on commit 535f491

Please sign in to comment.