Parcourir la source

Add root_flavor input to kernel configuration action

jimsterino98 il y a 1 semaine
Parent
commit
fb60e34925
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/build.yml

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

@@ -354,6 +354,7 @@ jobs:
         uses: ./.github/actions/configs
         with:
          kpm: ${{ inputs.kpm }}
+         root_flavor: ${{ inputs.root_flavor }}
          
       - name: Change Kernel Name and clean dirty
         uses: ./.github/actions/kernel-name