Browse Source

Add 'branch' input parameter to action.yml

jimsterino98 4 tháng trước cách đây
mục cha
commit
0f9a292566
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .github/actions/susfs-patches/action.yml

+ 4 - 0
.github/actions/susfs-patches/action.yml

@@ -6,6 +6,10 @@ inputs:
    required: true
   kernel_version:
    description: 'Kernel version (6.1)'
+   required: true
+  branch:
+   description: 'device kernel'
+   required: true
 
 runs:
   using: composite