Skip to content

Commit

Permalink
Add token and matrix inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael B. Gale committed Jun 13, 2023
1 parent ee80b30 commit 0930314
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resolve-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0930314

Please sign in to comment.