diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8038be..a94dee6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,13 @@ jobs: - name: Enter Workspace run: cd LineageOS21 continue-on-error: true + - name: Telegram Notification + continue-on-error: true + uses: xinthink/action-telegram@v1.1 + 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