Forráskód Böngészése

Add 'branch' input parameter to action.yml

jimsterino98 4 hónapja
szülő
commit
0f9a292566
1 módosított fájl, 4 hozzáadás és 0 törlés
  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