Parcourir la source

Update action.yml

using pershoots susfs fork
jimsterino98 il y a 2 mois
Parent
commit
cf98ea31e9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/actions/dependencies/action.yml

+ 1 - 1
.github/actions/dependencies/action.yml

@@ -29,7 +29,7 @@ runs:
 
      if [[ ${{ inputs.susfs }} == 'true' ]]; then
       SUSFS_BRANCH="gki-${{ inputs.android_version }}-${{ inputs.kernel_version }}-dev"
-      git clone https://gitlab.com/simonpunk/susfs4ksu.git -b "$SUSFS_BRANCH"
+      git clone https://gitlab.com/pershoot/susfs4ksu.git -b "$SUSFS_BRANCH"
      
       #cd susfs4ksu
       #if [[ "${{ inputs.android_version }}-${{ inputs.kernel_version }}" == "android12-5.10" ]]; then