瀏覽代碼

Add required inputs to kernel-samsung workflow

jimsterino98 5 月之前
父節點
當前提交
9d70b2775f
共有 1 個文件被更改,包括 17 次插入1 次删除
  1. 17 1
      .github/workflows/kernel-samsung.yml

+ 17 - 1
.github/workflows/kernel-samsung.yml

@@ -6,7 +6,19 @@ permissions:
 
 on:
   workflow_call:
-    inputs: {}
+    inputs:
+      SUSFS:
+        required: true
+        type: string
+      BBG:
+        required: true
+        type: string
+      BBRv3:
+        required: true
+        type: string
+      unicodefix:
+        required: true
+        type: string
 
 jobs:
   build-kernels-a12:
@@ -70,4 +82,8 @@ jobs:
       android_version: ${{ matrix.android_version }}
       kernel_version: ${{ matrix.kernel_version }}
       branch: ${{ matrix.branch }}
+      SUSFS: ${{ inputs.SUSFS }}
+      BBG: ${{ inputs.BBG }}
+      BBRv3: ${{ inputs.BBRv3 }}
+      unicodefix: ${{ inputs.unicodefix }}