From 82f87f40c0e401807c3d7793c491a18fe9d2e69c Mon Sep 17 00:00:00 2001 From: xc112lg <152837944+xc112lg@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:29:22 +0800 Subject: [PATCH] update repo --- .github/workflows/main.yml | 2 +- .github/workflows/selfhosted.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73d5d53a..6a384840 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -159,7 +159,7 @@ jobs: crave set --projectID 64 ;; "LineageOS 21.0") - repo init -u https://github.com/accupara/los21.git -b lineage-21.0 --git-lfs --depth=1 + repo init -u https://github.com/LineageOS/android.git -b lineage-21.0 --git-lfs --depth=1 crave set --projectID 72 ;; "LineageOS 20.0") diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 735d3470..3134643e 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -198,7 +198,7 @@ jobs: repo init -u https://github.com/DerpFest-AOSP/manifest.git -b 13 --depth=1 ;; "LineageOS 21.0") - repo init -u https://github.com/accupara/los21.git -b lineage-21.0 --git-lfs --depth=1 + repo init -u https://github.com/LineageOS/android.git -b lineage-21.0 --git-lfs --depth=1 ;; "LineageOS 20.0") repo init -u https://github.com/accupara/los20.git -b lineage-20.0 --git-lfs --depth=1