From e321933feb3ef87e0c524671969e7f8041f985d9 Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR <9496359+MrPowerGamerBR@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:18:51 -0300 Subject: [PATCH] [ci skip] Looks like it needs to be within a echo call --- .github/workflows/auto-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 3c389e1..a1b879c 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -21,7 +21,7 @@ jobs: run: | ls cd Paper - ::set-output paperRef=${git rev-parse HEAD} + echo ::set-output paperRef=${git rev-parse HEAD} cd .. - name: Update paperRef in SparklyPaper @@ -36,5 +36,5 @@ jobs: git add gradle.properties git config user.name "Loritta Morenitta" git config user.email 47356322+LorittaMorenitta@users.noreply.github.com - git commit -m "Update Paper" + git commit -m "Updated Upstream (Paper)" git push