Explorar el Código

Add branch input to Set Kernel Configuration Variables

jimsterino98 hace 4 meses
padre
commit
031ffc2b19
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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'