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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Leaf repository
|
- name: Checkout Leaf repository
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: 'Leaf'
|
path: 'Leaf'
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Checkout Paper repository
|
- name: Checkout Paper repository
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: 'Paper'
|
path: 'Paper'
|
||||||
repository: "PaperMC/Paper"
|
repository: "PaperMC/Paper"
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
git config --global user.email 61569423+Dreeam-qwq@users.noreply.github.com
|
git config --global user.email 61569423+Dreeam-qwq@users.noreply.github.com
|
||||||
chmod +x gradlew
|
chmod +x gradlew
|
||||||
|
|
||||||
- uses: actions/setup-java@main
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
|||||||
Reference in New Issue
Block a user