Parcourir la source

Add ipv6_nat and optimization inputs to workflow

jimsterino98 il y a 2 mois
Parent
commit
1b52914f3a
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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 }}