Sfoglia il codice sorgente

chore(susfs): drop nomount open-redirect toggle

TheWildJames 4 giorni fa
parent
commit
b0f4a4dcc9
2 ha cambiato i file con 0 aggiunte e 10 eliminazioni
  1. 0 9
      .github/actions/susfs-patches/action.yml
  2. 0 1
      .github/workflows/build.yml

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

@@ -1,9 +1,6 @@
 name: apply susfs patches
 description: apply susfs patches
 inputs:
- nomount:
-  description: 'nomount'
-  required: true
  flavor:
   description: 'root flavor (kernelsu, next, resukisu) - pershoot commits only apply to next'
   required: false
@@ -113,9 +110,3 @@ runs:
      shell: bash
      run: |
       "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KSU_SUSFS
-
-   - name: remove open redirect if nomount is enabled
-     if: inputs.nomount == 'true'
-     shell: bash
-     run: |
-      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --disable CONFIG_KSU_SUSFS_OPEN_REDIRECT

+ 0 - 1
.github/workflows/build.yml

@@ -297,7 +297,6 @@ jobs:
         if: inputs.susfs == 'true'
         uses: ./.github/actions/susfs-patches
         with:
-          nomount: ${{ inputs.nomount }}
           flavor: ${{ inputs.root_flavor }}
           susfs_commit: ${{ steps.susfs-cm.outputs.commit }}