mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
update
added anddea beta, bump compatible piko patch
This commit is contained in:
32
.github/workflows/ci.yml
vendored
32
.github/workflows/ci.yml
vendored
@@ -33,10 +33,14 @@ 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 anddea
|
||||
id: check-rex-anddea
|
||||
- name: Check new patch ReX forked by anddea stable
|
||||
id: check-rex-anddea-stable
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
run: bash src/etc/ci.sh anddea/revanced-patches latest youtube-ReX-anddea.apk
|
||||
run: bash src/etc/ci.sh anddea/revanced-patches latest youtube-stable-ReX-anddea.apk
|
||||
- name: Check new patch ReX forked by anddea beta
|
||||
id: check-rex-anddea-beta
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
run: bash src/etc/ci.sh anddea/revanced-patches latest youtube-beta-ReX-anddea.apk
|
||||
- name: Check new patch Revanced Extended
|
||||
id: check-rve
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
@@ -44,11 +48,11 @@ jobs:
|
||||
- name: Check new patch Twitter Piko Stable
|
||||
id: check-twitter-piko-stable
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
run: bash src/etc/ci.sh crimera/piko latest twitter-piko-stable.apk
|
||||
run: bash src/etc/ci.sh crimera/piko latest twitter-stable-piko.apk
|
||||
- name: Check new patch Twitter Piko Beta
|
||||
id: check-twitter-piko-beta
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
run: bash src/etc/ci.sh crimera/piko prerelease twitter-piko-beta.apk
|
||||
run: bash src/etc/ci.sh crimera/piko prerelease twitter-beta-piko.apk
|
||||
- name: Check new patch Revanced For Android 6 & 7
|
||||
id: check-rve67
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
@@ -87,7 +91,8 @@ 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_anddea: ${{ steps.check-rex-anddea.outputs.new_patch }}
|
||||
check_rex_anddea_stable: ${{ steps.check-rex-anddea-stable.outputs.new_patch }}
|
||||
check_rex_anddea_beta: ${{ steps.check-rex-anddea-beta.outputs.new_patch }}
|
||||
check_rve: ${{ steps.check-rve.outputs.new_patch }}
|
||||
check_twitter_piko_stable: ${{ steps.check-twitter-piko-stable.outputs.new_patch }}
|
||||
check_twitter_piko_beta: ${{ steps.check-twitter-piko-beta.outputs.new_patch }}
|
||||
@@ -115,13 +120,20 @@ jobs:
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "ReX"
|
||||
Patch-ReX-anddea:
|
||||
name: Patch ReX forked by anddea
|
||||
Patch-ReX-anddea-stable:
|
||||
name: Patch ReX forked by anddea stable
|
||||
needs: check
|
||||
if: ${{ needs.check.outputs.check_rex_anddea == 1 }}
|
||||
if: ${{ needs.check.outputs.check_rex_anddea_stable == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "ReX-anddea"
|
||||
org: "ReX-anddea-stable"
|
||||
Patch-ReX-anddea-beta:
|
||||
name: Patch ReX forked by anddea beta
|
||||
needs: check
|
||||
if: ${{ needs.check.outputs.check_rex_anddea_beta == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "ReX-anddea-beta"
|
||||
Patch-Revanced-Extended:
|
||||
name: Patch Revanced Extended
|
||||
needs: check
|
||||
|
||||
Reference in New Issue
Block a user