Skip to content

Commit bdc2603

Browse files
committed
Fixing some names in JShell GHA
1 parent 68047b1 commit bdc2603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-jshell-image-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
run: |
25-
# Extract current version from JShellAPI build.gradle
25+
# Extract current version from JShellWrapper build.gradle
2626
gradle_file="JShellWrapper/build.gradle"
2727
current_version=$(grep -oP "(?<=from\.image\s=\s'eclipse-temurin:)\d+" $gradle_file)
2828
@@ -45,7 +45,7 @@ jobs:
4545
# Update the build.gradle with the new version
4646
sed -i "s/eclipse-temurin:$current_version-alpine/eclipse-temurin:$latest_version-alpine/" $gradle_file
4747
48-
echo "Updated eclipse-temurin version from $current_version to $latest_version"
48+
echo "Updated JDK version from $current_version to $latest_version"
4949
5050
git config --global user.name "github-actions[bot]"
5151
git config --global user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)