From ef8b02f0652714bba8a521821d08cac3c3522e73 Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR <9496359+MrPowerGamerBR@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:17:06 -0300 Subject: [PATCH] [ci skip] Write repositories to subfolders --- .github/workflows/auto-update.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index cb7f032..3c389e1 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -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: |