From 922c481c411572a659a2aa6b801a36171c8b66a5 Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR <9496359+MrPowerGamerBR@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:21:38 -0300 Subject: [PATCH] [ci skip] Now it should be correct --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index a1b879c..c59e55e 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -21,7 +21,7 @@ jobs: run: | ls cd Paper - echo ::set-output paperRef=${git rev-parse HEAD} + echo "::set-output name=paperRef::$(git rev-parse HEAD)" cd .. - name: Update paperRef in SparklyPaper