Skip to content

Commit

Permalink
Merge pull request #190 from ityuhui/yh-fix-setup-java-action-0530
Browse files Browse the repository at this point in the history
Fix incorrect usage of setup-java action
  • Loading branch information
k8s-ci-robot committed May 31, 2023
2 parents dabb48a + de1ab86 commit c5f7cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout C
uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
with:
distribution: 'temurin'
java-version: '17'
- name: Checkout Gen
Expand Down

0 comments on commit c5f7cf6

Please sign in to comment.