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