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'
|
description: 'Attempt to infer a suitable environment configuration for the autobuilder'
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
|
token:
|
||||||
|
default: ${{ github.token }}
|
||||||
|
matrix:
|
||||||
|
default: ${{ toJson(matrix) }}
|
||||||
language:
|
language:
|
||||||
description: The language to infer the build environment configuration for.
|
description: The language to infer the build environment configuration for.
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue