Browse Source

Add ttl input to kernel-samsung workflow

jimsterino98 2 months ago
parent
commit
60a611f045
1 changed files with 4 additions and 0 deletions
  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 }}