mirror of
https://github.com/github/codeql-action.git
synced 2026-04-25 16:28:48 +00:00
Ensure string argument instead of boolean
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ jobs:
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
use-all-platform-bundle: 'false'
|
||||
setup-kotlin: true
|
||||
setup-kotlin: 'true'
|
||||
- uses: ./../action/init
|
||||
with:
|
||||
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
||||
|
||||
Reference in New Issue
Block a user