Parcourir la source

ensure we are consuming @pershoot change(s) on the susfs side, (gki-android14-6.1-dev) as we are using his personal KernelSU-Next repo with branch 'dev-susfs'

TheWildJames il y a 2 mois
Parent
commit
73241201a8
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 11 0
      .github/actions/susfs/action.yml

+ 11 - 0
.github/actions/susfs/action.yml

@@ -42,6 +42,17 @@ runs:
           git checkout "${{ inputs.susfs_commit }}"
         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
       uses: ./.github/actions/set-kernel-config
       with: