Check setup-kotlin

This commit is contained in:
Andrew Eisenberg 2024-06-14 15:08:35 -07:00
parent 79f6e84e69
commit 31a716b48f
No known key found for this signature in database

View file

@ -64,6 +64,6 @@ runs:
fi
- uses: fwilhe2/setup-kotlin@9c245a6425255f5e98ba1ce6c15d31fce7eca9da
if: ${{ inputs.setup-kotlin }} == "true"
if: ${{ inputs.setup-kotlin == 'true' }}
with:
version: 1.8.21