Browse Source

Add ntsync input to kernel-samsung workflow

jimsterino98 5 tháng trước cách đây
mục cha
commit
29406a9f4a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .github/workflows/kernel-samsung.yml

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

@@ -28,6 +28,9 @@ on:
       logs:
         required: true
         type: string
+      ntsync:
+        required: true
+        type: string
 
 jobs:
   build-kernels-a12:
@@ -122,4 +125,5 @@ jobs:
       wksu: ${{ inputs.wksu }}
       droidspace: ${{ inputs.droidspace }}
       logs: ${{ inputs.logs }}
+      ntsync: ${{ inputs.ntsync }}