This is an automated email from the ASF dual-hosted git repository. Abacn pushed a commit to branch Abacn-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 6dfc2debdd65083e6b1006bfef77416f8fe1b7c0 Author: Yi Hu <[email protected]> AuthorDate: Thu Jul 16 15:32:59 2026 -0400 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 a16d013b4b2..6eb5cb48d64 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'
