Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Update refresh-jdk.yml to use jdk22u
Browse files Browse the repository at this point in the history
  • Loading branch information
lutkerd committed Apr 17, 2024
1 parent 883a69d commit 219deec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refresh-jdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: '0 8 * * *'
workflow_dispatch:
env:
UPSTREAM_REMOTE: https://github.com/openjdk/jdk22
UPSTREAM_REMOTE: https://github.com/openjdk/jdk22u
LOCAL_BRANCH: develop
jobs:
refresh-jdk:
Expand All @@ -29,4 +29,4 @@ jobs:
shell: bash
run: bash ./.github/scripts/update-version.sh $UPSTREAM_REMOTE
- name: "Push to the corretto-22"
run: git push origin $LOCAL_BRANCH
run: git push origin $LOCAL_BRANCH

0 comments on commit 219deec

Please sign in to comment.