Pārlūkot izejas kodu

Add branch input to Set Kernel Configuration Variables

jimsterino98 4 mēneši atpakaļ
vecāks
revīzija
031ffc2b19
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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'