Add token and matrix inputs
This commit is contained in:
parent
ee80b30f46
commit
0930314935
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@ name: 'CodeQL: Resolve Build Environment'
|
|||
description: 'Attempt to infer a suitable environment configuration for the autobuilder'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
token:
|
||||
default: ${{ github.token }}
|
||||
matrix:
|
||||
default: ${{ toJson(matrix) }}
|
||||
language:
|
||||
description: The language to infer the build environment configuration for.
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue