Skip to content

Commit 6dfc2de

Browse files
authored
Fix typo in Java version key in workflow file
1 parent b56b0e4 commit 6dfc2de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beam_PreCommit_Java_HBase_IO_Direct.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Setup environment
8989
uses: ./.github/actions/setup-environment-action
9090
with:
91-
java-vesion: 11
91+
java-version: 11
9292
- name: run HBase IO build script
9393
uses: ./.github/actions/gradle-command-self-hosted-action
9494
with:
@@ -121,4 +121,4 @@ jobs:
121121
if: always()
122122
with:
123123
name: Publish SpotBugs
124-
path: '**/build/reports/spotbugs/*.html'
124+
path: '**/build/reports/spotbugs/*.html'

0 commit comments

Comments
 (0)