Procházet zdrojové kódy

Add branch input to Set Kernel Configuration Variables

jimsterino98 před 4 měsíci
rodič
revize
031ffc2b19
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      .github/workflows/build.yml

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

@@ -154,6 +154,8 @@ jobs:
       - name: Set Kernel Configuration Variables
         if: inputs.wksu == 'true'
         uses: ./.github/actions/configs
+        with:
+         branch: ${{ inputs.branch }}
 
       - name: Add ntsync
         if: inputs.ntsync == 'true'