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: