Skip to content

Commit 0930314

Browse files
committed
Add token and matrix inputs
1 parent ee80b30 commit 0930314

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

resolve-environment/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: 'CodeQL: Resolve Build Environment'
22
description: 'Attempt to infer a suitable environment configuration for the autobuilder'
33
author: 'GitHub'
44
inputs:
5+
token:
6+
default: ${{ github.token }}
7+
matrix:
8+
default: ${{ toJson(matrix) }}
59
language:
610
description: The language to infer the build environment configuration for.
711
required: true

0 commit comments

Comments
 (0)