Explorar o código

Add kpm input to kernel-samsung workflow

jimsterino98 hai 1 semana
pai
achega
5ecaa77e67
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/kernel-samsung.yml

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

@@ -100,6 +100,9 @@ on:
       lto:
         required: true
         type: string
+      kpm:
+        required: true
+        type: string
 
 jobs:
   setup:
@@ -170,3 +173,4 @@ jobs:
       optimization: ${{ inputs.optimization }}
       ttl: ${{ inputs.ttl }}
       lto: ${{ inputs.lto }}
+      kpm: ${{ inputs.kpm }}