diff --git a/.github/workflows/leaves.yml b/.github/workflows/leaves.yml index 09fac6f8..d783353c 100644 --- a/.github/workflows/leaves.yml +++ b/.github/workflows/leaves.yml @@ -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: