瀏覽代碼

Add ttl input to kernel-samsung workflow

jimsterino98 2 月之前
父節點
當前提交
60a611f045
共有 1 個文件被更改,包括 4 次插入0 次删除
  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 }}