From 49b4786496a4a3dbd2a6c800af73c1692c33d929 Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR Date: Sun, 23 Feb 2025 18:56:42 -0300 Subject: [PATCH] Include Paper commit hash when auto updating --- .github/workflows/auto-update.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 5143b43..03049d4 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -37,10 +37,12 @@ jobs: PAPER_REF: ${{ steps.paperRef.outputs.paperRef }} - name: Write to repository + env: + PAPER_REF: ${{ steps.paperRef.outputs.paperRef }} run: | cd SparklyPaper git add gradle.properties git config user.name "Loritta Morenitta" git config user.email 47356322+LorittaMorenitta@users.noreply.github.com - git commit -m "Updated Upstream (Paper)" + git commit -m "Updated Upstream (Paper / $PAPER_REF)" git push \ No newline at end of file