Skip to content

Commit 44d449e

Browse files
authored
nvm
1 parent dd040eb commit 44d449e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
prefixrm=$(echo "${{github.event.pull_request.title}}" | cut -c6-)
2929
BRANCHNAME=$(echo "$prefixrm" | cut -d']' -f1)
3030
git clone https://github.com/pylonmc/pylon-core.git
31-
cd core
31+
cd pylon-core
3232
echo "CORECOMMIT=$(git rev-parse origin/$(echo "$BRANCHNAME"))" >> $GITHUB_ENV
3333
cd ..
3434
rm -rf pylon-core
@@ -44,7 +44,7 @@ jobs:
4444
if: steps.parseref.outcome == 'skipped' && steps.parsecommit.outcome == 'skipped'
4545
run: |
4646
git clone https://github.com/pylonmc/pylon-core.git
47-
cd core
47+
cd pylon-core
4848
echo "CORECOMMIT=$(git rev-parse origin/master)" >> $GITHUB_ENV
4949
cd ..
5050
rm -rf pylon-core

0 commit comments

Comments
 (0)