Преглед на файлове

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

TheWildJames преди 4 месеца
родител
ревизия
ae3619b1e7
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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"