From 5054b759a4f8ec1c5b4b5e006626a526a83bc5cb Mon Sep 17 00:00:00 2001 From: Suraj Kumar Date: Sat, 28 Sep 2024 00:33:53 +0100 Subject: [PATCH] Develop not main :fp: --- .github/workflows/update-jib-base-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-jib-base-image.yml b/.github/workflows/update-jib-base-image.yml index 0514370..912f303 100644 --- a/.github/workflows/update-jib-base-image.yml +++ b/.github/workflows/update-jib-base-image.yml @@ -67,4 +67,4 @@ jobs: gh pr create --title "Update eclipse-temurin version to $latest_version" \ --body "This PR updates the eclipse-temurin version in the JShellAPI build.gradle file from $current_version to $latest_version." \ --head "$branch_name" \ - --base "main" + --base "develop"