9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

Fix action

This commit is contained in:
violetc
2023-04-04 23:39:34 +08:00
parent 1b617b0950
commit d9d16334b8

View File

@@ -25,10 +25,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Get JDK 17 - name: Get JDK 17
uses: actions/setup-java@v2 uses: actions/setup-java@v3
with: with:
java-version: '17' java-version: '17'
distribution: 'adopt' distribution: 'zulu'
- name: Setup Git Config - name: Setup Git Config
run: | run: |
git config --global user.email "ci@leavesmc.top" git config --global user.email "ci@leavesmc.top"