address nit-picks

This commit is contained in:
EvilOlaf 2026-02-06 05:25:41 +00:00 committed by Igor
parent 69836f6766
commit a58df19920

View File

@ -1,4 +1,4 @@
name: "Maintenance: Rewrite kernel patches"
name: "Maintenance: Rewrite patches"
on:
workflow_dispatch:
@ -32,6 +32,7 @@ jobs:
rewrite-patches:
name: "Rewrite ${{ inputs.board }} (${{ inputs.branch }})"
runs-on: rewrite
timeout-minutes: 60
steps:
- name: Update existing repository
env:
@ -51,13 +52,13 @@ jobs:
git checkout "$REF_NAME"
fi
- name: Run rewrite-kernel-patches
- name: "Run ${{ inputs.whattodo }}"
env:
BOARD: ${{ inputs.board }}
BRANCH: ${{ inputs.branch }}
WHATTODO: ${{ inputs.whattodo }}
run: |
./compile.sh BOARD=$BOARD BRANCH=$BRANCH $WHATTODO KERNEL_GIT=shallow
./compile.sh "BOARD=$BOARD" "BRANCH=$BRANCH" "$WHATTODO" KERNEL_GIT=shallow
- name: Check for changes
id: check_changes