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:
4
.github/workflows/auto-update.yml
vendored
4
.github/workflows/auto-update.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user