Procházet zdrojové kódy

Remove bbrv1 input and fix kernel version check

Removed bbrv1 input from workflow and updated conditional check for kernel version.
jimsterino98 před 1 měsícem
rodič
revize
1a74bc94f5
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  1. 1 5
      .github/workflows/build.yml

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

@@ -36,9 +36,6 @@ on:
       ntsync:
       ntsync:
         required: true
         required: true
         type: string
         type: string
-      bbrv1:
-        required: true
-        type: string
       bbrv3:
       bbrv3:
         required: true
         required: true
         type: string
         type: string
@@ -248,7 +245,7 @@ jobs:
         uses: ./.github/actions/optimization
         uses: ./.github/actions/optimization
 
 
       - name: Fix WiFi and Bluetooth on Samsung 6.6 GKI devices
       - name: Fix WiFi and Bluetooth on Samsung 6.6 GKI devices
-        if: ${{ env.KERNEL_VERSION == '6.6' }}
+        if: ${{ env.KERNEL_VER == '6.6' }}
         uses: ./.github/actions/6.6-fix
         uses: ./.github/actions/6.6-fix
 
 
       - name: temp fix for m55 bootloop maybe
       - name: temp fix for m55 bootloop maybe
@@ -273,7 +270,6 @@ jobs:
          susfs: ${{ inputs.susfs }}
          susfs: ${{ inputs.susfs }}
          zeromount: ${{ inputs.zeromount }}
          zeromount: ${{ inputs.zeromount }}
          bbg: ${{ inputs.bbg }}
          bbg: ${{ inputs.bbg }}
-         bbrv1: ${{ inputs.bbrv1 }}
          bbrv3: ${{ inputs.bbrv3 }}
          bbrv3: ${{ inputs.bbrv3 }}
          droidspaces: ${{ inputs.droidspace }}
          droidspaces: ${{ inputs.droidspace }}
          ntsync: ${{ inputs.ntsync }}
          ntsync: ${{ inputs.ntsync }}