Skip to content

Commit 31a716b

Browse files
committed
Check setup-kotlin
1 parent 79f6e84 commit 31a716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ runs:
6464
fi
6565
6666
- uses: fwilhe2/setup-kotlin@9c245a6425255f5e98ba1ce6c15d31fce7eca9da
67-
if: ${{ inputs.setup-kotlin }} == "true"
67+
if: ${{ inputs.setup-kotlin == 'true' }}
6868
with:
6969
version: 1.8.21

0 commit comments

Comments
 (0)