mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 21:50:17 +08:00
Check setup-kotlin
This commit is contained in:
2
.github/actions/prepare-test/action.yml
vendored
2
.github/actions/prepare-test/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user