Browse Source

Add ipv6_nat and optimization inputs to workflow

jimsterino98 2 tháng trước cách đây
mục cha
commit
1b52914f3a
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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 }}