Sfoglia il codice sorgente

Add root_flavor input to kernel configuration action

jimsterino98 1 settimana fa
parent
commit
fb60e34925
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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