@@ -1,5 +1,9 @@
name: 'Configure Kernel Options'
description: 'Set up kernel configuration fragment with required options'
+inputs:
+ kernel_version:
+ description: 'Kernel version (e.g., 6.6)'
+ required: true
runs:
using: "composite"
@@ -235,6 +235,8 @@ jobs:
- name: Configure Kernel Options
uses: ./.github/actions/configure-kernel
+ with:
+ kernel_version: ${{ steps.parse.outputs.kernel_version }}
- name: Setup Hakan
if: ${{ inputs.variant == 'Hakan' }}