Explorar el Código

Disable application of Android 15 6.6 Fake Patches in action.yml

TheWildJames hace 4 meses
padre
commit
ae3619b1e7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/actions/susfs/action.yml

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

@@ -139,7 +139,7 @@ runs:
 
     - name: Apply Android 15 6.6 Fake Patches
       shell: bash
-      if: inputs.version == 'android15-6.6'
+      if: inputs.version == 'android15-6.6' && false
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
         echo "Applying 6.6 SUSFS fixes"
@@ -246,7 +246,7 @@ runs:
 
     - name: Revert Android 15 6.6 Fake Patches
       shell: bash
-      if: inputs.version == 'android15-6.6'
+      if: inputs.version == 'android15-6.6' && false
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
         echo "Reverting 6.6 Fake Patches"