Skip to content

Commit f591d9d

Browse files
committed
testt
1 parent 5054b75 commit f591d9d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/update-jib-base-image.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,14 @@ jobs:
4949
git config --global user.name "github-actions[bot]"
5050
git config --global user.email "github-actions[bot]@users.noreply.github.com"
5151
52-
# Create a new branch
5352
branch_name="update-eclipse-temurin-$latest_version"
5453
git checkout -b "$branch_name"
5554
56-
# Add and commit the changes
57-
git add JShellAPI/build.gradle
55+
git add "$gradle_file"
5856
git commit -m "Update eclipse-temurin version to $latest_version"
5957
60-
# Push the new branch to the remote repository
58+
git fetch origin
59+
git rebase origin/develop
6160
git push origin "$branch_name"
6261
6362
- name: Create a pull request

0 commit comments

Comments
 (0)