Selaa lähdekoodia

Rename bbr to bbrv1 and add bbrv3 input

jimsterino98 2 kuukautta sitten
vanhempi
sitoutus
3816872095
1 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  1. 6 2
      .github/workflows/kernel-samsung.yml

+ 6 - 2
.github/workflows/kernel-samsung.yml

@@ -28,7 +28,10 @@ on:
       ntsync:
         required: true
         type: string
-      bbr:
+      bbrv1:
+        required: true
+        type: string
+      bbrv3:
         required: true
         type: string
       cache:
@@ -255,7 +258,8 @@ jobs:
       ksun: ${{ inputs.ksun }}
       droidspace: ${{ inputs.droidspace }}
       ntsync: ${{ inputs.ntsync }}
-      bbr: ${{ inputs.bbr }}
+      bbrv1: ${{ inputs.bbrv1 }}
+      bbrv3: ${{ inputs.bbrv3 }}
       cache: ${{ inputs.cache }}
       ipv6_nat: ${{ inputs.ipv6_nat }}
       optimization: ${{ inputs.optimization }}