9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-26 10:29:15 +00:00

Fix GitHub Actions

This commit is contained in:
violetc
2022-02-16 13:31:34 +08:00
parent 0b17bb21c0
commit d529bc4a15

View File

@@ -23,6 +23,10 @@ jobs:
with:
java-version: '17'
distribution: 'adopt'
- name: Setup Git Config
run: |
git config --global user.email "ci@leavesmc.top"
git config --global user.name "Leaves CI"
- name: Apply Patches
uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7
with: