TheWildJames 2 months ago
parent
commit
61ce138966
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/actions/misc/action.yml

+ 1 - 1
.github/actions/misc/action.yml

@@ -59,7 +59,7 @@ runs:
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
         set -euo pipefail
-        KERNEL_VERSION="${{ env.KERNEL_VER }}"
+        KERNEL_VERSION="${{ inputs.kernel_version }}"
         MIN_VERSION="5.16"
         
         echo "Patching unicode!"