From 11453292d4ab1bde6c5442d81af6de1bf85db301 Mon Sep 17 00:00:00 2001 From: EvilOlaf Date: Fri, 6 Feb 2026 05:50:29 +0000 Subject: [PATCH] add env for step --- .github/workflows/maintenance-rewrite-kernel-patches.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/maintenance-rewrite-kernel-patches.yml b/.github/workflows/maintenance-rewrite-kernel-patches.yml index 095a3c8b8f..29f44e63fb 100644 --- a/.github/workflows/maintenance-rewrite-kernel-patches.yml +++ b/.github/workflows/maintenance-rewrite-kernel-patches.yml @@ -61,6 +61,8 @@ jobs: ./compile.sh "BOARD=$BOARD" "BRANCH=$BRANCH" "$WHATTODO" KERNEL_GIT=shallow - name: Check for changes + env: + WHATTODO: ${{ inputs.whattodo }} id: check_changes run: | set -euo pipefail @@ -73,6 +75,8 @@ jobs: fi - name: Build PR body + env: + WHATTODO: ${{ inputs.whattodo }} id: build_pr_body if: steps.check_changes.outputs.has_changes == 'true' run: |