We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd040eb commit 44d449eCopy full SHA for 44d449e
.github/workflows/gradle.yml
@@ -28,7 +28,7 @@ jobs:
28
prefixrm=$(echo "${{github.event.pull_request.title}}" | cut -c6-)
29
BRANCHNAME=$(echo "$prefixrm" | cut -d']' -f1)
30
git clone https://github.com/pylonmc/pylon-core.git
31
- cd core
+ cd pylon-core
32
echo "CORECOMMIT=$(git rev-parse origin/$(echo "$BRANCHNAME"))" >> $GITHUB_ENV
33
cd ..
34
rm -rf pylon-core
@@ -44,7 +44,7 @@ jobs:
44
if: steps.parseref.outcome == 'skipped' && steps.parsecommit.outcome == 'skipped'
45
run: |
46
47
48
echo "CORECOMMIT=$(git rev-parse origin/master)" >> $GITHUB_ENV
49
50
0 commit comments