|
@@ -93,9 +93,9 @@ jobs:
|
|
|
SUSFS_BRANCH="gki-${{ inputs.android_version }}-${{ inputs.kernel_version }}"
|
|
SUSFS_BRANCH="gki-${{ inputs.android_version }}-${{ inputs.kernel_version }}"
|
|
|
echo "Using branch for AnyKernel3: $ANYKERNEL_BRANCH"
|
|
echo "Using branch for AnyKernel3: $ANYKERNEL_BRANCH"
|
|
|
echo "Using branch for SUSFS: $SUSFS_BRANCH"
|
|
echo "Using branch for SUSFS: $SUSFS_BRANCH"
|
|
|
- git clone https://github.com/WildPlusKernel/AnyKernel3.git -b "$ANYKERNEL_BRANCH"
|
|
|
|
|
|
|
+ git clone https://github.com/WildKernels/AnyKernel3.git -b "$ANYKERNEL_BRANCH"
|
|
|
git clone https://gitlab.com/simonpunk/susfs4ksu.git -b "$SUSFS_BRANCH"
|
|
git clone https://gitlab.com/simonpunk/susfs4ksu.git -b "$SUSFS_BRANCH"
|
|
|
- git clone https://github.com/WildPlusKernel/kernel_patches.git
|
|
|
|
|
|
|
+ git clone https://github.com/WildKernels/kernel_patches.git
|
|
|
|
|
|
|
|
- name: Initialize and Sync Kernel Source
|
|
- name: Initialize and Sync Kernel Source
|
|
|
run: |
|
|
run: |
|