mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
added Telegram
and fix some bugs
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -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"
|
||||
|
||||
21
.github/workflows/manual-patch.yml
vendored
21
.github/workflows/manual-patch.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user