Add token and matrix inputs

This commit is contained in:
Michael B. Gale
2023-05-26 11:45:55 +01:00
parent ee80b30f46
commit 0930314935

View File

@@ -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