From e498678aea8c3d7669629e256b1a1c6e7b8a47b5 Mon Sep 17 00:00:00 2001 From: weishu Date: Sun, 22 Oct 2023 09:32:52 +0800 Subject: [PATCH] ci: check bazel cache 2 --- .github/workflows/gki-kernel.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index a9a39a738889..bb3684cc0e46 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -130,6 +130,8 @@ jobs: echo "[+] Apply KernelSU patches" cd $GKI_ROOT/common/ && git apply $GITHUB_WORKSPACE/KernelSU/.github/patches/$PATCH_PATH/*.patch || echo "[-] No patch found" echo "[+] Commit to avoid dirty" + git config --global user.email "bot@kernelsu.org" + git config --global user.name "KernelSUBot" git add -A && git commit -a -m "Add KernelSU" if [ "$IS_DEBUG_KERNEL" = "true" ]; then