This commit is contained in:
Fioren 2026-06-01 08:01:08 +07:00 committed by GitHub
parent 4cf6954862
commit f6cef2a2cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"