From f253053695bbe9c3b62aadeff196411c163527c3 Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR <9496359+MrPowerGamerBR@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:15:51 -0300 Subject: [PATCH] [ci skip] Go back one folder before trying to do our stuff --- .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 f35dfd1..cb7f032 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: | + cd .. ls cd Paper ::set-output paperRef=${git rev-parse HEAD}