Explorar o código

Set kernel configuration variable in build.yml

Add input for kernel configuration variables in build workflow
jimsterino98 hai 1 semana
pai
achega
b8bc920c13
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -352,6 +352,8 @@ jobs:
 
       - name: Set Kernel Configuration Variables
         uses: ./.github/actions/configs
+        with:
+         kpm: ${{ inputs.kpm }}
          
       - name: Change Kernel Name and clean dirty
         uses: ./.github/actions/kernel-name