mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
added Twitter Pico
- Remove rufusin patch because pj merged with anddea - Improve ci function
This commit is contained in:
38
.github/workflows/ci.yml
vendored
38
.github/workflows/ci.yml
vendored
@@ -33,10 +33,6 @@ 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 ReX forked by anddea
|
||||
id: check-rex-anddea
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
@@ -45,6 +41,14 @@ jobs:
|
||||
id: check-rve
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
run: bash src/etc/ci.sh inotia00/revanced-patches latest youtube-revanced-extended.apk
|
||||
- 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
|
||||
- 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
|
||||
- name: Check new patch Revanced For Android 6 & 7
|
||||
id: check-rve67
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
@@ -83,9 +87,10 @@ 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_rex_anddea: ${{ steps.check-rex-anddea.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 }}
|
||||
check_rve67: ${{ steps.check-rve67.outputs.new_patch }}
|
||||
check_rve5: ${{ steps.check-rve5.outputs.new_patch }}
|
||||
|
||||
@@ -110,13 +115,6 @@ 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-ReX-anddea:
|
||||
name: Patch ReX forked by anddea
|
||||
needs: check
|
||||
@@ -131,6 +129,20 @@ jobs:
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "Revanced Extended"
|
||||
Patch-Twitter-Piko-Stable:
|
||||
name: Patch Twitter Piko Stable
|
||||
needs: check
|
||||
if: ${{ needs.check.outputs.check_twitter_piko_stable == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "Twitter Piko Stable"
|
||||
Patch-Twitter-Piko-Beta:
|
||||
name: Patch Twitter Piko Beta
|
||||
needs: check
|
||||
if: ${{ needs.check.outputs.check_twitter_piko_beta == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "Twitter Piko Beta"
|
||||
Patch-Revanced-Extended-For-Android-6-7:
|
||||
name: Patch Revanced Extended For Android 6 & 7
|
||||
needs: check
|
||||
@@ -144,4 +156,4 @@ jobs:
|
||||
if: ${{ needs.check.outputs.check_rve5 == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "Revanced Extended Android 5"
|
||||
org: "Revanced Extended Android 5"
|
||||
Reference in New Issue
Block a user