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 5eb930a commit 5054b75Copy full SHA for 5054b75
.github/workflows/update-jib-base-image.yml
@@ -67,4 +67,4 @@ jobs:
67
gh pr create --title "Update eclipse-temurin version to $latest_version" \
68
--body "This PR updates the eclipse-temurin version in the JShellAPI build.gradle file from $current_version to $latest_version." \
69
--head "$branch_name" \
70
- --base "main"
+ --base "develop"
0 commit comments