Explorar o código

Add ttl input to kernel-samsung workflow

jimsterino98 hai 2 meses
pai
achega
60a611f045
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/kernel-samsung.yml

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

@@ -40,6 +40,9 @@ on:
       optimization:
         required: true
         type: string
+      ttl:
+        required: true
+        type: string
 
 jobs:
   build-kernels-a12:
@@ -248,4 +251,5 @@ jobs:
       cache: ${{ inputs.cache }}
       ipv6_nat: ${{ inputs.ipv6_nat }}
       optimization: ${{ inputs.optimization }}
+      ttl: ${{ inputs.ttl }}