From 0a2bd45d24db7fe843e82eecf4955513e960d937 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 16 Apr 2024 13:13:07 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20CI=20syntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 97ec8e4..08c47fe 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -5,16 +5,17 @@ env: HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }} on: workflow_dispatch: - TELEGRAM_NO_ROOT_UPLOAD: - description: "Upload Non Rooted APKs to Telegram" - required: false - type: boolean - default: true - TELEGRAM_ROOT_UPLOAD: - description: "Upload Magisk Module from nikhilbadyal/revanced-magisk-module to Telegram" - required: false - type: boolean - default: true + inputs: + TELEGRAM_NO_ROOT_UPLOAD: + description: "Upload Non Rooted APKs to Telegram" + required: false + type: boolean + default: true + TELEGRAM_ROOT_UPLOAD: + description: "Upload Magisk Module from nikhilbadyal/revanced-magisk-module to Telegram" + required: false + type: boolean + default: true schedule: - cron: '0 * * * *' concurrency: