Skip to content

Commit

Permalink
Refine boolean evaluation for setup-java. Fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 29, 2022
1 parent 8b970bc commit 2c142e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
steps:
- name: 'Setup Java'
uses: actions/setup-java@v3
if: ${{ inputs.setup-java }} == 'true'
if: ${{ inputs.setup-java == 'true' }}
with:
java-version: 17
distribution: 'zulu'
Expand Down

0 comments on commit 2c142e0

Please sign in to comment.