Skip to content

Commit

Permalink
ci: check bazel cache 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Oct 22, 2023
1 parent a6130f6 commit e498678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gki-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "KernelSUBot"
git add -A && git commit -a -m "Add KernelSU"
if [ "$IS_DEBUG_KERNEL" = "true" ]; then
Expand Down

0 comments on commit e498678

Please sign in to comment.