mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
Fix action
This commit is contained in:
4
.github/workflows/leaves.yml
vendored
4
.github/workflows/leaves.yml
vendored
@@ -25,10 +25,10 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Get JDK 17
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'adopt'
|
||||
distribution: 'zulu'
|
||||
- name: Setup Git Config
|
||||
run: |
|
||||
git config --global user.email "ci@leavesmc.top"
|
||||
|
||||
Reference in New Issue
Block a user