mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2025-12-29 11:59:06 +00:00
[ci skip] Write repositories to subfolders
This commit is contained in:
5
.github/workflows/auto-update.yml
vendored
5
.github/workflows/auto-update.yml
vendored
@@ -7,19 +7,22 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout SparklyPaper Repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: 'SparklyPaper'
|
||||
|
||||
- name: Checkout Paper Repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: 'Paper'
|
||||
repository: "PaperMC/Paper"
|
||||
|
||||
- name: Get Paper Latest Commit Hash
|
||||
id: paperRef
|
||||
run: |
|
||||
cd ..
|
||||
ls
|
||||
cd Paper
|
||||
::set-output paperRef=${git rev-parse HEAD}
|
||||
cd ..
|
||||
|
||||
- name: Update paperRef in SparklyPaper
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user