9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-28 19:39:06 +00:00

[ci skip] Looks like it needs to be within a echo call

This commit is contained in:
MrPowerGamerBR
2022-08-22 19:18:51 -03:00
committed by GitHub
parent ef8b02f065
commit e321933feb

View File

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