chore: configure Git user details for CI environment

This commit is contained in:
Helvetica Volubi
2026-02-08 00:43:34 +08:00
parent fd75ee84eb
commit e53b12ac49
@@ -34,6 +34,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Configure Git User Details
run: git config --global user.email "ci@luminolmc.com" && git config --global user.name "LuminolMC CI"
- name: Apply All Patches
run: ./gradlew --refresh-dependencies applyAllPatches