|
@@ -42,6 +42,17 @@ runs:
|
|
|
git checkout "${{ inputs.susfs_commit }}"
|
|
git checkout "${{ inputs.susfs_commit }}"
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
|
|
+ cd susfs4ksu
|
|
|
|
|
+
|
|
|
|
|
+ COMMIT1="8d2420be13e43d4cc0d80215d08ed475081a1404" # fill in
|
|
|
|
|
+ COMMIT2="ee71ca33d08710d686f2bdba27cacefe9e615fb9" # fill in
|
|
|
|
|
+
|
|
|
|
|
+ git remote add pershoot https://gitlab.com/pershoot/susfs4ksu.git
|
|
|
|
|
+ git fetch pershoot gki-android14-6.1-dev
|
|
|
|
|
+
|
|
|
|
|
+ git cherry-pick "$COMMIT1"
|
|
|
|
|
+ git cherry-pick "$COMMIT2"
|
|
|
|
|
+
|
|
|
- name: Enable Kernel Configs
|
|
- name: Enable Kernel Configs
|
|
|
uses: ./.github/actions/set-kernel-config
|
|
uses: ./.github/actions/set-kernel-config
|
|
|
with:
|
|
with:
|