Browse Source

fix(action): remove --depth=1 option from git clone for full repository access

TheWildJames 4 months ago
parent
commit
173b6d074c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/susfs/action.yml

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

@@ -24,7 +24,7 @@ runs:
         SUSFS_REPO="https://gitlab.com/simonpunk/susfs4ksu.git"        
         echo "Preparing SUSFS for branch: $SUSFS_BRANCH"
         echo "Cloning latest from $SUSFS_BRANCH..."
-        git clone "$SUSFS_REPO" -b "$SUSFS_BRANCH" --depth=1 susfs4ksu
+        git clone "$SUSFS_REPO" -b "$SUSFS_BRANCH" susfs4ksu
 
         if [ "${{ inputs.kernel_version }}" = "5.10" ] && [ "${{ inputs.android_version }}" = "android12" ]; then
           SUSFS_COMMIT="e2b0f05ccca5f8fdfc33991c036672235ce48f05"