Pārlūkot izejas kodu

Add ipv6_nat and optimization inputs to workflow

jimsterino98 2 mēneši atpakaļ
vecāks
revīzija
1b52914f3a
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 8 0
      .github/workflows/kernel-samsung.yml

+ 8 - 0
.github/workflows/kernel-samsung.yml

@@ -34,6 +34,12 @@ on:
       cache:
         required: true
         type: string
+      ipv6_nat:
+        required: true
+        type: string
+      optimization:
+        required: true
+        type: string
 
 jobs:
   build-kernels-a12:
@@ -232,4 +238,6 @@ jobs:
       ntsync: ${{ inputs.ntsync }}
       bbr: ${{ inputs.bbr }}
       cache: ${{ inputs.cache }}
+      ipv6_nat: ${{ inputs.ipv6_nat }}
+      optimization: ${{ inputs.optimization }}