9
0
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:
MrPowerGamerBR
2022-08-22 19:17:06 -03:00
committed by GitHub
parent f253053695
commit ef8b02f065

View File

@@ -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: |