diff --git a/.github/workflows/upload-to-tg.yml b/.github/workflows/upload-to-tg.yml index 0d26d71..6965b36 100644 --- a/.github/workflows/upload-to-tg.yml +++ b/.github/workflows/upload-to-tg.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Upload to Telegram if: ${{ env.HAVE_TELEGRAM_API_ID == 'true' }} - uses: nikhilbadyal/ghaction-tg-uploader@main + uses: nikhilbadyal/ghaction-telegram-uploader@main with: API_ID: ${{ secrets.TELEGRAM_API_ID }} API_HASH: ${{ secrets.TELEGRAM_API_HASH }}