Bläddra i källkod

Remove sus_mount disabling step from action.yml

Removed conditional step to disable sus_mount when using nomount.
jimsterino98 2 månader sedan
förälder
incheckning
bdb163b99c
1 ändrade filer med 0 tillägg och 8 borttagningar
  1. 0 8
      .github/actions/susfs-patches/action.yml

+ 0 - 8
.github/actions/susfs-patches/action.yml

@@ -93,11 +93,3 @@ runs:
       # SUSFS Configuration
       CONFIG_KSU_SUSFS=y
       EOF
-
-   - name: if using nomount, disable sus_mount
-     if: inputs.nomount == 'true'
-     shell: bash
-     run: |
-      cat >> "$GKI_DEFCONFIG" << 'EOF'
-      CONFIG_KSU_SUSFS_SUS_MOUNT=n
-      EOF