added ReX forked by rufusin

This commit is contained in:
siritami
2024-03-05 07:18:38 +07:00
parent 5c12cc4595
commit c076e5e822
7 changed files with 101 additions and 3 deletions

View File

@@ -33,6 +33,10 @@ jobs:
id: check-rex
if: steps.check-gh.outputs.internet_error == '0'
run: bash src/etc/ci.sh YT-Advanced/ReX-patches latest youtube-ReX.apk
- name: Check new patch ReX forked by rufusin
id: check-rex-rufusin
if: steps.check-gh.outputs.internet_error == '0'
run: bash src/etc/ci.sh rufusin/revanced-patches latest youtube-ReX-rufusin.apk
- name: Check new patch Revanced Extended
id: check-rve
if: steps.check-gh.outputs.internet_error == '0'
@@ -75,6 +79,7 @@ jobs:
check_rv: ${{ steps.check-rv.outputs.new_patch }}
check_rv_beta: ${{ steps.check-rv-beta.outputs.new_patch }}
check_rex: ${{ steps.check-rex.outputs.new_patch }}
check_rex_rufusin: ${{ steps.check-rex-rufusin.outputs.new_patch }}
check_rve: ${{ steps.check-rve.outputs.new_patch }}
check_rve67: ${{ steps.check-rve67.outputs.new_patch }}
check_rve5: ${{ steps.check-rve5.outputs.new_patch }}
@@ -100,6 +105,13 @@ jobs:
uses: ./.github/workflows/manual-patch.yml
with:
org: "ReX"
Patch-ReX-rufusin:
name: Patch ReX forked by rufusin
needs: check
if: ${{ needs.check.outputs.check_rex_rufusin == 1 }}
uses: ./.github/workflows/manual-patch.yml
with:
org: "ReX-rufusin"
Patch-Revanced-Extended:
name: Patch Revanced Extended
needs: check