浏览代码

Add branch input to Set Kernel Configuration Variables

jimsterino98 4 月之前
父节点
当前提交
031ffc2b19
共有 1 个文件被更改,包括 2 次插入0 次删除
  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'