Skip to content

Commit

Permalink
Merge corretto-21/develop into lilliput-2 daily. (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
synecdoche authored Dec 30, 2024
1 parent 0169ced commit 7c16f85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/refresh-jdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ jobs:
git merge origin/$LOCAL_BRANCH
git push origin lilliput
- name: "Merge Corretto-21 develop to lilliput-2"
shell: bash
run: |
git checkout lilliput-2
git restore --source origin/$LOCAL_BRANCH --staged --worktree -- version.txt
git commit -m "Automerged version.txt from $LOCAL_BRANCH to lilliput-2" || true
git merge origin/$LOCAL_BRANCH
git push origin lilliput-2
- name: "Merge openjdk/shenandoah-jdk21u:master to generational-shenandoah"
shell: bash
run: |
Expand Down

0 comments on commit 7c16f85

Please sign in to comment.