Skip to content

Commit 1145329

Browse files
EvilOlafigorpecovnik
authored andcommitted
add env for step
1 parent ea22abd commit 1145329

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/maintenance-rewrite-kernel-patches.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
./compile.sh "BOARD=$BOARD" "BRANCH=$BRANCH" "$WHATTODO" KERNEL_GIT=shallow
6262
6363
- name: Check for changes
64+
env:
65+
WHATTODO: ${{ inputs.whattodo }}
6466
id: check_changes
6567
run: |
6668
set -euo pipefail
@@ -73,6 +75,8 @@ jobs:
7375
fi
7476
7577
- name: Build PR body
78+
env:
79+
WHATTODO: ${{ inputs.whattodo }}
7680
id: build_pr_body
7781
if: steps.check_changes.outputs.has_changes == 'true'
7882
run: |

0 commit comments

Comments
 (0)