Преглед изворни кода

Remove sus_mount disabling step from action.yml

Removed conditional step to disable sus_mount when using nomount.
jimsterino98 пре 2 месеци
родитељ
комит
bdb163b99c
1 измењених фајлова са 0 додато и 8 уклоњено
  1. 0 8
      .github/actions/susfs-patches/action.yml

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

@@ -93,11 +93,3 @@ runs:
       # SUSFS Configuration
       # SUSFS Configuration
       CONFIG_KSU_SUSFS=y
       CONFIG_KSU_SUSFS=y
       EOF
       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