From b6abfe884f6c82a6f1574a8dfb02753b9b7f5b2c Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:12:15 +0700 Subject: [PATCH] revert --- .github/workflows/ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04e7dfc..d8c88fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,10 +53,10 @@ jobs: id: check-twitter-piko-stable if: steps.check-gh.outputs.internet_error == '0' 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-beta-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-beta-piko.apk - name: Check new patch Revanced For Android 6 & 7 id: check-rve67 if: steps.check-gh.outputs.internet_error == '0' @@ -105,7 +105,7 @@ jobs: check_rve: ${{ steps.check-rve.outputs.new_patch }} check_rve_beta: ${{ steps.check-rve-beta.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_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 }} check_BiliRoamingM: ${{ steps.check-BiliRoamingM.outputs.new_patch }} @@ -167,13 +167,13 @@ jobs: 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-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 RVX Android 6 & 7 needs: check