Ver Fonte

Add root_flavor input to kernel configuration action

jimsterino98 há 1 semana atrás
pai
commit
fb60e34925
1 ficheiros alterados com 1 adições e 0 exclusões
  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