added Telegram

and fix some bugs
This commit is contained in:
siritami
2024-12-17 02:48:04 +07:00
parent 3c087fc775
commit bdb1bd70e9
11 changed files with 76 additions and 10 deletions

View File

@@ -68,7 +68,11 @@ jobs:
- name: Check new patch BiliRoamingM
id: check-BiliRoamingM
if: steps.check-gh.outputs.internet_error == '0'
run: bash src/etc/ci.sh sakarie9/BiliRoamingM latest bilibili-BiliRoamingM.apk
run: bash src/etc/ci.sh sakarie9/BiliRoamingM latest bilibili-BiliRoamingM.apk
- name: Check new patch Revanced Experiments
id: check-Revanced-Experiments
if: steps.check-gh.outputs.internet_error == '0'
run: bash src/etc/ci.sh Aunali321/ReVancedExperiments latest telegram-revanced-experiments.apk
- name: Keep workflow run
if: steps.check-gh.outputs.internet_error == '0'
uses: gautamkrishnar/keepalive-workflow@v1
@@ -108,6 +112,7 @@ jobs:
check_rve67: ${{ steps.check-rve67.outputs.new_patch }}
check_rve5: ${{ steps.check-rve5.outputs.new_patch }}
check_BiliRoamingM: ${{ steps.check-BiliRoamingM.outputs.new_patch }}
check_Revanced_Experiments: ${{ steps.check-Revanced-Experiments.outputs.new_patch }}
Patch-Revanced:
name: Patch Revanced Stable
@@ -193,3 +198,10 @@ jobs:
uses: ./.github/workflows/manual-patch.yml
with:
org: "BiliRoamingM"
Patch-Revanced-Experiments:
name: Patch Revanced Experiments
needs: check
if: ${{ needs.check.outputs.check_Revanced_Experiments == 1 }}
uses: ./.github/workflows/manual-patch.yml
with:
org: "Revanced Experiments"

View File

@@ -27,6 +27,7 @@ on:
- 'Revanced Extended Android 5'
- 'BiliRoamingM'
- 'Dropped Patches - indrastorms'
- 'Revanced Experiments'
workflow_call:
inputs:
org:
@@ -311,3 +312,23 @@ jobs:
id: release-Dropped-Patches-indrastorms
if: steps.check-gh-Dropped-Patches-indrastorms.outputs.internet_error == '0'
uses: ./.github/actions/release
patch_rv_experiments:
name: Patch Revanced Experiments
if: ${{ github.event.inputs.org == 'Revanced Experiments' || inputs.org == 'Revanced Experiments' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Preparing to patch
uses: ./.github/actions/preparing
- name: Check github connection
id: check-gh-rv-experiments
run: bash src/etc/connection.sh
- name: Patch apk
id: patch-rv-experiments
if: steps.check-gh-rv-experiments.outputs.internet_error == '0'
run: bash src/build/Revanced-Experiment.sh
- name: Releasing APK files
id: release-rv-experiments
if: steps.check-gh-rv-experiments.outputs.internet_error == '0'
uses: ./.github/actions/release