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"