From 6dfc2debdd65083e6b1006bfef77416f8fe1b7c0 Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Thu, 16 Jul 2026 15:32:59 -0400 Subject: [PATCH] Fix typo in Java version key in workflow file --- .github/workflows/beam_PreCommit_Java_HBase_IO_Direct.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_PreCommit_Java_HBase_IO_Direct.yml b/.github/workflows/beam_PreCommit_Java_HBase_IO_Direct.yml index a16d013b4b2a..6eb5cb48d641 100644 --- a/.github/workflows/beam_PreCommit_Java_HBase_IO_Direct.yml +++ b/.github/workflows/beam_PreCommit_Java_HBase_IO_Direct.yml @@ -88,7 +88,7 @@ jobs: - name: Setup environment uses: ./.github/actions/setup-environment-action with: - java-vesion: 11 + java-version: 11 - name: run HBase IO build script uses: ./.github/actions/gradle-command-self-hosted-action with: @@ -121,4 +121,4 @@ jobs: if: always() with: name: Publish SpotBugs - path: '**/build/reports/spotbugs/*.html' \ No newline at end of file + path: '**/build/reports/spotbugs/*.html'