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