We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda209a commit 6af9153Copy full SHA for 6af9153
1 file changed
.github/workflows/gradle.yml
@@ -29,7 +29,7 @@ jobs:
29
BRANCHNAME=$(echo "$prefixrm" | cut -d']' -f1)
30
git clone https://github.com/pylonmc/pylon-core.git
31
cd pylon-core
32
- echo "CORECOMMIT=$(git rev-parse origin/$(echo "$BRANCHNAME")" >> $GITHUB_ENV
+ echo "CORECOMMIT=$(git rev-parse origin/$(echo "$BRANCHNAME"))" >> $GITHUB_ENV
33
cd ..
34
rm -rf pylon-core
35
echo "$CORECOMMIT"
0 commit comments