Skip to content

Commit

Permalink
Update gki-kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Feb 20, 2025
1 parent 35afb90 commit 78d8192
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gki-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,13 @@ jobs:
echo "Cloning AnyKernel3 and other dependencies..."
# Define the branch names using the inputs values
ANYKERNEL_BRANCH="${{ inputs.android_version }}-${{ inputs.kernel_version }}"
SUSFS_BRANCH="gki-${{ inputs.android_version }}-${{ inputs.kernel_version }}"
# Debug print the branches
echo "Using branch for AnyKernel3: $ANYKERNEL_BRANCH"
echo "Using branch for SUSFS: $SUSFS_BRANCH"
# Clone repositories using the branch names
git clone https://github.com/WildPlusKernel/AnyKernel3.git -b "$ANYKERNEL_BRANCH"
git clone https://github.com/WildPlusKernel/AnyKernel3.git -b "gki"
git clone https://gitlab.com/simonpunk/susfs4ksu.git -b "$SUSFS_BRANCH"
git clone https://github.com/WildPlusKernel/kernel_patches.git
Expand Down

0 comments on commit 78d8192

Please sign in to comment.