From adfcdc4c864c3c734ae3153acad3f06968a860f1 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 15 Oct 2022 19:11:55 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Extra=20Check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 02d88a5..f5b33e3 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -86,7 +86,7 @@ jobs: upload-to-telegram: needs: [ build-apk ] uses: nikhilbadyal/ghactions/.github/workflows/telegram-uploader.yml@main - if: ${{ inputs.TELEGRAM_UPLOAD }} + if: ${{ inputs.TELEGRAM_UPLOAD }} && ${{ inputs.GITHUB_UPLOAD }} secrets: TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID }} TELEGRAM_API_HASH: ${{ secrets.TELEGRAM_API_HASH }}