mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
Merge pull request #25 from nikhilbadyal/telegram-uploader
✨ Added Telegram Uploader
This commit is contained in:
@@ -14,7 +14,6 @@ jobs:
|
||||
build-apk:
|
||||
name: APK Build
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
|
||||
@@ -14,7 +14,6 @@ jobs:
|
||||
build-apk:
|
||||
name: APK Build
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
|
||||
@@ -6,6 +6,8 @@ env:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
|
||||
jobs:
|
||||
linter:
|
||||
|
||||
@@ -5,12 +5,11 @@ on:
|
||||
|
||||
jobs:
|
||||
tg-upload:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Upload to Telegram
|
||||
if: ${{ env.HAVE_TELEGRAM_API_ID == 'true' }}
|
||||
uses: nikhilbadyal/ghaction-tg-uploader@main
|
||||
uses: nikhilbadyal/ghaction-telegram-uploader@main
|
||||
with:
|
||||
API_ID: ${{ secrets.TELEGRAM_API_ID }}
|
||||
API_HASH: ${{ secrets.TELEGRAM_API_HASH }}
|
||||
|
||||
@@ -9,7 +9,6 @@ on:
|
||||
|
||||
jobs:
|
||||
virustotal:
|
||||
timeout-minutes: 5
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: VirusTotal Scan
|
||||
|
||||
Reference in New Issue
Block a user