Skip to content

Commit

Permalink
Merge pull request #4 from surajkumar/update-jib-base-image
Browse files Browse the repository at this point in the history
testt
  • Loading branch information
surajkumar authored Sep 27, 2024
2 parents c98110b + f591d9d commit fba0b9a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update-jib-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,14 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
# Create a new branch
branch_name="update-eclipse-temurin-$latest_version"
git checkout -b "$branch_name"
# Add and commit the changes
git add JShellAPI/build.gradle
git add "$gradle_file"
git commit -m "Update eclipse-temurin version to $latest_version"
# Push the new branch to the remote repository
git fetch origin
git rebase origin/develop
git push origin "$branch_name"
- name: Create a pull request
Expand Down

0 comments on commit fba0b9a

Please sign in to comment.