Skip to content

Commit

Permalink
main.yml: add build start notification
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 committed Mar 15, 2024
1 parent dec20a4 commit 6ecce3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
- name: Enter Workspace
run: cd LineageOS21
continue-on-error: true
- name: Telegram Notification
continue-on-error: true
uses: xinthink/[email protected]
with:
chatId: ${{ secrets.TELEGRAM_TO }}
botToken: ${{ secrets.TELEGRAM_TOKEN }}
jobStatus: ${{ job.status }}
# Check-out in order to access the repository's files.
- name: Check-out to repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 6ecce3a

Please sign in to comment.