mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-19 15:09:25 +00:00
[ci skip] Update workflow
This commit is contained in:
6
.github/workflows/auto-update.yml
vendored
6
.github/workflows/auto-update.yml
vendored
@@ -10,13 +10,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Leaf repository
|
||||
uses: actions/checkout@main
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'Leaf'
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Checkout Paper repository
|
||||
uses: actions/checkout@main
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'Paper'
|
||||
repository: "PaperMC/Paper"
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
git config --global user.email 61569423+Dreeam-qwq@users.noreply.github.com
|
||||
chmod +x gradlew
|
||||
|
||||
- uses: actions/setup-java@main
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '21'
|
||||
|
||||
Reference in New Issue
Block a user