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:
4
.github/workflows/leaves.yml
vendored
4
.github/workflows/leaves.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user