Skip to content

Commit

Permalink
fix: fix typo in step name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jan 12, 2022
1 parent 64f56bb commit 31157bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -98,7 +98,7 @@ runs:
- name: Validate the Gradle Wraper
if: inputs.should-validate-wrapper == 'true'
uses: gradle/wrapper-validation-action@v1.0.4
- name: Setup JAva
- name: Setup Java
uses: actions/setup-java@v2.5.0
with:
distribution: ${{ inputs.java-distribution }}
Expand Down

0 comments on commit 31157bf

Please sign in to comment.