mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Manually run auto release
This commit is contained in:
@@ -4,6 +4,17 @@ env:
|
|||||||
COMPOSE_DOCKER_CLI_BUILD: 1
|
COMPOSE_DOCKER_CLI_BUILD: 1
|
||||||
HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}
|
HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}
|
||||||
on:
|
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
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '0 * * * *'
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
Reference in New Issue
Block a user