From 4603e920c7f8833fa51cc0ddff25c10a56ac9a1e Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR <9496359+MrPowerGamerBR@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:14:13 -0300 Subject: [PATCH] [ci skip] Does it checkout everything on the same folder? --- .github/workflows/auto-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 56e8c10..f35dfd1 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -16,6 +16,7 @@ jobs: - name: Get Paper Latest Commit Hash id: paperRef run: | + ls cd Paper ::set-output paperRef=${git rev-parse HEAD}