mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Auto Release
This commit is contained in:
committed by
Nikhil Badyal
parent
6dd960b147
commit
837395091a
@@ -4,6 +4,18 @@ env:
|
||||
COMPOSE_DOCKER_CLI_BUILD: 1
|
||||
HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
TELEGRAM_NO_ROOT_UPLOAD:
|
||||
description: "Upload Non Rooted APKs to Telegram"
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
TELEGRAM_ROOT_UPLOAD:
|
||||
description: "Upload Magisk Module from nikhilbadyal/revanced-magisk-module to Telegram"
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
GITHUB_UPLOAD:
|
||||
|
||||
Reference in New Issue
Block a user