From 0437b336909cde6fa5d2caf7d4f3c84c895b7efd Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sun, 2 Oct 2022 13:32:56 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20Telegram=20Uploader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/upload-to-tg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}