瀏覽代碼

Rename input 'wksu' to 'ksun' in build workflow

jimsterino98 4 月之前
父節點
當前提交
3d10ea95be
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      .github/workflows/build.yml

+ 4 - 4
.github/workflows/build.yml

@@ -27,7 +27,7 @@ on:
       zeromount:
         required: true
         type: string
-      wksu:
+      ksun:
         required: true
         type: string
       droidspace:
@@ -112,7 +112,7 @@ jobs:
           done
 
       - name: Add KernelSU-Next
-        if: inputs.wksu == 'true'
+        if: inputs.ksun == 'true'
         uses: ./.github/actions/ksun
         
       - name: Apply SUSFS Patches
@@ -159,7 +159,7 @@ jobs:
         uses: ./.github/actions/bbr
           
       - name: Set Kernel Configuration Variables
-        if: inputs.wksu == 'true'
+        if: inputs.ksun == 'true'
         uses: ./.github/actions/configs
         with:
          branch: ${{ inputs.branch }}
@@ -178,7 +178,7 @@ jobs:
         uses: ./.github/actions/abi-export
         
       - name: Set file name
-        if: inputs.wksu == 'true'
+        if: inputs.ksun == 'true'
         uses: ./.github/actions/file-name
         with:
          branch: ${{ inputs.branch }}