From 573810f1dd0ea5e4a46c4346d7e42201316cd168 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Wed, 24 Jul 2024 12:27:38 +0200 Subject: [PATCH] Improve github workflows --- .github/workflows/bpi-r4.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bpi-r4.yaml b/.github/workflows/bpi-r4.yaml index 28d82c1..fd797e1 100644 --- a/.github/workflows/bpi-r4.yaml +++ b/.github/workflows/bpi-r4.yaml @@ -55,11 +55,14 @@ jobs: - name: Apply kmod-thermal and build mt7925 firmware run: | - cd target/linux/mediatek/patches-6.6 + git config --global user.email "danielpawlik@test.com" + git config --global user.name "Daniel Pawlik" curl -LO https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/patches/0001-Add-kmod-thermal-for-BPI-R4.patch curl -LO https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/patches/0001-Add-mt7925-firmware-rule.patch - git apply 0001-Add-kmod-thermal-for-BPI-R4.patch - git apply 0001-Add-mt7925-firmware-rule.patch + git apply --check 0001-Add-kmod-thermal-for-BPI-R4.patch + git apply --check 0001-Add-mt7925-firmware-rule.patch + git am --keep-cr --signoff < 0001-Add-kmod-thermal-for-BPI-R4.patch + git am --keep-cr --signoff < 0001-Add-mt7925-firmware-rule.patch - name: Configure firmware image run: |