9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-26 18:39:16 +00:00

Include Paper commit hash when auto updating

This commit is contained in:
MrPowerGamerBR
2025-02-23 18:56:42 -03:00
parent 745436886f
commit 49b4786496

View File

@@ -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