mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Fix CI syntax
This commit is contained in:
@@ -5,16 +5,17 @@ env:
|
|||||||
HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}
|
HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
TELEGRAM_NO_ROOT_UPLOAD:
|
inputs:
|
||||||
description: "Upload Non Rooted APKs to Telegram"
|
TELEGRAM_NO_ROOT_UPLOAD:
|
||||||
required: false
|
description: "Upload Non Rooted APKs to Telegram"
|
||||||
type: boolean
|
required: false
|
||||||
default: true
|
type: boolean
|
||||||
TELEGRAM_ROOT_UPLOAD:
|
default: true
|
||||||
description: "Upload Magisk Module from nikhilbadyal/revanced-magisk-module to Telegram"
|
TELEGRAM_ROOT_UPLOAD:
|
||||||
required: false
|
description: "Upload Magisk Module from nikhilbadyal/revanced-magisk-module to Telegram"
|
||||||
type: boolean
|
required: false
|
||||||
default: true
|
type: boolean
|
||||||
|
default: true
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '0 * * * *'
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
Reference in New Issue
Block a user