mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2026-08-19 05:45:46 +00:00
fix
This commit is contained in:
parent
4cf6954862
commit
f6cef2a2cd
1 changed files with 12 additions and 1 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
|
@ -15,7 +15,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
env:
|
||||
repository: ${{ github.repository }}
|
||||
TDL_BACKUP: ${{ secrets.TDL_BACKUP }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6.0.2
|
||||
|
|
@ -107,6 +106,7 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_morphe == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "Morphe"
|
||||
Patch-Morphe-Beta:
|
||||
|
|
@ -114,6 +114,7 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_morphe_beta == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "Morphe Beta"
|
||||
Patch-RVE-anddea-stable:
|
||||
|
|
@ -121,6 +122,7 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_rve_anddea_stable == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "RVE-anddea-stable"
|
||||
Patch-RVE-anddea-beta:
|
||||
|
|
@ -128,6 +130,7 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_rve_anddea_beta == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "RVE-anddea-beta"
|
||||
Patch-Revanced-Extended-Arsclib:
|
||||
|
|
@ -135,6 +138,7 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_rve_arsclib == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "Revanced Extended Arsclib"
|
||||
Patch-Twitter-Piko-Stable:
|
||||
|
|
@ -142,6 +146,7 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_twitter_piko_stable == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "Twitter Piko Stable"
|
||||
Patch-Twitter-Piko-Beta:
|
||||
|
|
@ -149,6 +154,7 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_twitter_piko_beta == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "Twitter Piko Beta"
|
||||
Patch-DeRevanced:
|
||||
|
|
@ -156,6 +162,7 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_derv == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "DeRevanced"
|
||||
Patch-Paresh:
|
||||
|
|
@ -163,6 +170,7 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_paresh == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "Paresh"
|
||||
Patch-hoo-dles:
|
||||
|
|
@ -170,6 +178,7 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_hoo_dles == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "hoo-dles"
|
||||
Patch-BiliRoamingM:
|
||||
|
|
@ -177,6 +186,7 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_BiliRoamingM == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "BiliRoamingM"
|
||||
Patch-Revanced-Experiments:
|
||||
|
|
@ -184,5 +194,6 @@ jobs:
|
|||
needs: check
|
||||
if: ${{ needs.check.outputs.check_Revanced_Experiments == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
org: "Revanced Experiments"
|
||||
|
|
|
|||
Loading…
Reference in a new issue